changeset 41773:31e7749d1e1a

Doc fix.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 02 Dec 2001 07:17:00 +0000
parents 647a7868ae38
children 6297965bc792
files lisp/progmodes/ebrowse.el lisp/progmodes/octave-mod.el lisp/textmodes/ispell.el
diffstat 3 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)
 
 
--- 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)
--- 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