# HG changeset patch # User Stefan Monnier # Date 1007277420 0 # Node ID 31e7749d1e1a840ec8ff5974f02c405dd6cd8ec5 # Parent 647a7868ae385f1c52d73cd0c9740630d9694d0c Doc fix. diff -r 647a7868ae38 -r 31e7749d1e1a lisp/progmodes/ebrowse.el --- a/lisp/progmodes/ebrowse.el Sun Dec 02 07:16:37 2001 +0000 +++ b/lisp/progmodes/ebrowse.el Sun Dec 02 07:17:00 2001 +0000 @@ -519,8 +519,7 @@ (defvar ebrowse--last-regexp nil "Last regular expression searched for in tree and member buffers. -Automatically buffer-local so that each tree and member buffer -maintains its own search history.") +Each tree and member buffer maintains its own search history.") (make-variable-buffer-local 'ebrowse--last-regexp) diff -r 647a7868ae38 -r 31e7749d1e1a lisp/progmodes/octave-mod.el --- a/lisp/progmodes/octave-mod.el Sun Dec 02 07:16:37 2001 +0000 +++ b/lisp/progmodes/octave-mod.el Sun Dec 02 07:17:00 2001 +0000 @@ -734,7 +734,7 @@ (defun octave-indent-for-comment () "Maybe insert and indent an Octave comment. If there is no comment already on this line, create a code-level comment -(started by two comment characters) if the line is empty, or an in-line +\(started by two comment characters) if the line is empty, or an in-line comment (started by one comment character) otherwise. Point is left after the start of the comment which is properly aligned." (interactive) diff -r 647a7868ae38 -r 31e7749d1e1a lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Sun Dec 02 07:16:37 2001 +0000 +++ b/lisp/textmodes/ispell.el Sun Dec 02 07:17:00 2001 +0000 @@ -415,7 +415,6 @@ (defcustom ispell-local-dictionary nil "If non-nil, the dictionary to be used for Ispell commands. The value must be a string dictionary name in `ispell-dictionary-alist'. -This variable becomes buffer-local when set in any fashion. Setting `ispell-local-dictionary' to a value has the same effect as calling \\[ispell-change-dictionary] with that value. This variable