emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 e4b73ab: Stop mentioning options.el in doc


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 e4b73ab: Stop mentioning options.el in doc
Date: Mon, 12 Mar 2018 21:09:52 -0400 (EDT)

branch: emacs-26
commit e4b73abd3897a9291fc028f5ef33d6215c7e9de9
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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.
---
 doc/misc/calc.texi          | 7 +++----
 lisp/progmodes/meta-mode.el | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 1fe7948..be78a53 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -31292,7 +31292,7 @@ for @code{Save} have no effect.
 You can modify Embedded mode's behavior by setting various Lisp
 variables described here.  These variables are customizable
 (@pxref{Customizing Calc}), or you can use @kbd{M-x set-variable}
-or @kbd{M-x edit-options} to adjust a variable on the fly.
+to adjust a variable on the fly.
 (Another possibility would be to use a file-local variable annotation at
 the end of the file;
 @pxref{File Variables, , Local Variables in Files, emacs, the Emacs manual}.)
@@ -31311,9 +31311,8 @@ regular expression is not completely plain, let's go 
through it
 in detail.
 
 The surrounding @samp{" "} marks quote the text between them as a
-Lisp string.  If you left them off, @code{set-variable} or
address@hidden would try to read the regular expression as a
-Lisp program.
+Lisp string.  If you left them off, @code{set-variable} (for example)
+would try to read the regular expression as a Lisp program.
 
 The most obvious property of this regular expression is that it
 contains indecently many backslashes.  There are actually two levels
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el
index 7d20e02..e207d22 100644
--- a/lisp/progmodes/meta-mode.el
+++ b/lisp/progmodes/meta-mode.el
@@ -47,8 +47,8 @@
 ;; `metafont-mode-hook' and `metapost-mode-hook' which apply to the
 ;; individual modes.  In addition, there are several variables and
 ;; regexps controlling e.g. the behavior of the indentation function,
-;; which may be customized via `edit-options'.  Please refer to the
-;; docstrings in the code below for details.
+;; which may be customized.  Please refer to the docstrings in the code
+;; below for details.
 
 ;; Availability:
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]