X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Flispref.info-33;h=20ec664b9bd414ce5eb6f4ce069245592b89ca3e;hb=aa4d5b387e91bf03cdeda9e36de71029a917c3df;hp=0124e25e450863ba8073990a3865773cb4b81af0;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git- diff --git a/info/lispref.info-33 b/info/lispref.info-33 index 0124e25..20ec664 100644 --- a/info/lispref.info-33 +++ b/info/lispref.info-33 @@ -887,11 +887,12 @@ higher-level functions for moving over balanced expressions. You can use `forward-comment' to move forward or backward over one comment or several comments. - - Function: forward-comment count &optional buffer + - Function: forward-comment &optional count buffer This function moves point forward across COUNT comments (backward, if COUNT is negative). If it finds anything other than a comment or whitespace, it stops, leaving point at the place where it - stopped. It also stops after satisfying COUNT. + stopped. It also stops after satisfying COUNT. COUNT defaults to + `1'. Optional argument BUFFER defaults to the current buffer. @@ -1016,7 +1017,7 @@ Therefore, it is safe to use them in an extremely nonstandard way. *Note Creating Symbols::. For the user-level commands for abbrevs, see *Note Abbrev Mode: -(emacs)Abbrevs. +(xemacs)Abbrevs. * Menu: