diff options
| author | Glenn Morris | 2018-03-12 21:09:36 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-03-12 21:09:36 -0400 |
| commit | e4b73abd3897a9291fc028f5ef33d6215c7e9de9 (patch) | |
| tree | 449c94fd17de5a201188c8a895f5432799b5fd2f /lisp | |
| parent | 05669f0e3ee01e785da2482c1342bbd902e57edf (diff) | |
| download | emacs-e4b73abd3897a9291fc028f5ef33d6215c7e9de9.tar.gz emacs-e4b73abd3897a9291fc028f5ef33d6215c7e9de9.zip | |
Stop mentioning options.el in doc
* doc/misc/calc.texi (Customizing Embedded Mode):
Remove mentions of the obsolete (since 22.1) options.el.
* lisp/progmodes/meta-mode.el: Comment fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/meta-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el index 7d20e02d80d..e207d22ff4a 100644 --- a/lisp/progmodes/meta-mode.el +++ b/lisp/progmodes/meta-mode.el | |||
| @@ -47,8 +47,8 @@ | |||
| 47 | ;; `metafont-mode-hook' and `metapost-mode-hook' which apply to the | 47 | ;; `metafont-mode-hook' and `metapost-mode-hook' which apply to the |
| 48 | ;; individual modes. In addition, there are several variables and | 48 | ;; individual modes. In addition, there are several variables and |
| 49 | ;; regexps controlling e.g. the behavior of the indentation function, | 49 | ;; regexps controlling e.g. the behavior of the indentation function, |
| 50 | ;; which may be customized via `edit-options'. Please refer to the | 50 | ;; which may be customized. Please refer to the docstrings in the code |
| 51 | ;; docstrings in the code below for details. | 51 | ;; below for details. |
| 52 | 52 | ||
| 53 | ;; Availability: | 53 | ;; Availability: |
| 54 | ;; | 54 | ;; |