diff options
| author | Stefan Monnier | 2001-12-02 07:17:00 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-12-02 07:17:00 +0000 |
| commit | 52dcc11466283cd06b326fd5bf83d19dcb4aaf25 (patch) | |
| tree | 59762a0151c75213e605302de6fd8f698c57aadb /lisp | |
| parent | 06adf6b1ac44dfa3f73d2ddee5d8121b6365666a (diff) | |
| download | emacs-52dcc11466283cd06b326fd5bf83d19dcb4aaf25.tar.gz emacs-52dcc11466283cd06b326fd5bf83d19dcb4aaf25.zip | |
Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/ebrowse.el | 3 | ||||
| -rw-r--r-- | lisp/progmodes/octave-mod.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/ispell.el | 1 |
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. |
| 522 | Automatically buffer-local so that each tree and member buffer | 522 | Each tree and member buffer maintains its own search history.") |
| 523 | maintains 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. |
| 736 | If there is no comment already on this line, create a code-level comment | 736 | If 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 |
| 738 | comment (started by one comment character) otherwise. | 738 | comment (started by one comment character) otherwise. |
| 739 | Point is left after the start of the comment which is properly aligned." | 739 | Point 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. |
| 417 | The value must be a string dictionary name in `ispell-dictionary-alist'. | 417 | The value must be a string dictionary name in `ispell-dictionary-alist'. |
| 418 | This variable becomes buffer-local when set in any fashion. | ||
| 419 | 418 | ||
| 420 | Setting `ispell-local-dictionary' to a value has the same effect as | 419 | Setting `ispell-local-dictionary' to a value has the same effect as |
| 421 | calling \\[ispell-change-dictionary] with that value. This variable | 420 | calling \\[ispell-change-dictionary] with that value. This variable |