aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier2001-12-02 07:17:00 +0000
committerStefan Monnier2001-12-02 07:17:00 +0000
commit52dcc11466283cd06b326fd5bf83d19dcb4aaf25 (patch)
tree59762a0151c75213e605302de6fd8f698c57aadb /lisp
parent06adf6b1ac44dfa3f73d2ddee5d8121b6365666a (diff)
downloademacs-52dcc11466283cd06b326fd5bf83d19dcb4aaf25.tar.gz
emacs-52dcc11466283cd06b326fd5bf83d19dcb4aaf25.zip
Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/ebrowse.el3
-rw-r--r--lisp/progmodes/octave-mod.el2
-rw-r--r--lisp/textmodes/ispell.el1
3 files changed, 2 insertions, 4 deletions
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el
index 2ad389ed31b..77782ccf85d 100644
--- a/lisp/progmodes/ebrowse.el
+++ b/lisp/progmodes/ebrowse.el
@@ -519,8 +519,7 @@ This must be the same that `ebrowse' uses.")
519 519
520(defvar ebrowse--last-regexp nil 520(defvar ebrowse--last-regexp nil
521 "Last regular expression searched for in tree and member buffers. 521 "Last regular expression searched for in tree and member buffers.
522Automatically buffer-local so that each tree and member buffer 522Each tree and member buffer maintains its own search history.")
523maintains its own search history.")
524(make-variable-buffer-local 'ebrowse--last-regexp) 523(make-variable-buffer-local 'ebrowse--last-regexp)
525 524
526 525
diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el
index 6310c8aae80..b87e2ee5bf8 100644
--- a/lisp/progmodes/octave-mod.el
+++ b/lisp/progmodes/octave-mod.el
@@ -734,7 +734,7 @@ level."
734(defun octave-indent-for-comment () 734(defun octave-indent-for-comment ()
735 "Maybe insert and indent an Octave comment. 735 "Maybe insert and indent an Octave comment.
736If there is no comment already on this line, create a code-level comment 736If there is no comment already on this line, create a code-level comment
737(started by two comment characters) if the line is empty, or an in-line 737\(started by two comment characters) if the line is empty, or an in-line
738comment (started by one comment character) otherwise. 738comment (started by one comment character) otherwise.
739Point is left after the start of the comment which is properly aligned." 739Point is left after the start of the comment which is properly aligned."
740 (interactive) 740 (interactive)
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 178363e1beb..d47be46e4b8 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -415,7 +415,6 @@ where DICTNAME is the name of your default dictionary."
415(defcustom ispell-local-dictionary nil 415(defcustom ispell-local-dictionary nil
416 "If non-nil, the dictionary to be used for Ispell commands. 416 "If non-nil, the dictionary to be used for Ispell commands.
417The value must be a string dictionary name in `ispell-dictionary-alist'. 417The value must be a string dictionary name in `ispell-dictionary-alist'.
418This variable becomes buffer-local when set in any fashion.
419 418
420Setting `ispell-local-dictionary' to a value has the same effect as 419Setting `ispell-local-dictionary' to a value has the same effect as
421calling \\[ispell-change-dictionary] with that value. This variable 420calling \\[ispell-change-dictionary] with that value. This variable