emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 e390396e68 3/3: Doc fixes; don't use obsolete names


From: Stefan Kangas
Subject: emacs-28 e390396e68 3/3: Doc fixes; don't use obsolete names
Date: Sat, 2 Jul 2022 06:00:58 -0400 (EDT)

branch: emacs-28
commit e390396e684c99b4b0b27aa2e0bc1822d8854550
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Doc fixes; don't use obsolete names
    
    * etc/compilation.txt:
    * lisp/mh-e/mh-funcs.el (mh-kill-folder): Don't use obsolete
    names.
---
 etc/compilation.txt   | 2 +-
 lisp/mh-e/mh-funcs.el | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/compilation.txt b/etc/compilation.txt
index b74a275043..0007e1f8bc 100644
--- a/etc/compilation.txt
+++ b/etc/compilation.txt
@@ -421,7 +421,7 @@ symbol: oracle
 
 This stupid precompiler wraps lines at column 80 in the middle of a file name.
 There is no obvious way of detecting this or turning it off.  But if you
-delete the newline (probably needs M-x toggle-read-only), the file name will
+delete the newline (probably needs M-x read-only-mode), the file name will
 automatically be reparsed, so that you can then go there.
 
 Semantic error at line 528, column 5, file erosacqdb.pc:
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el
index 8a8922b77c..ccb1688510 100644
--- a/lisp/mh-e/mh-funcs.el
+++ b/lisp/mh-e/mh-funcs.el
@@ -95,9 +95,9 @@ RANGE is read in interactive use."
 Remove all of the messages (files) within the current folder, and
 then remove the folder (directory) itself.
 
-Run the abnormal hook `mh-kill-folder-suppress-prompt-hooks'. The
-hook functions are called with no arguments and should return a
-non-nil value to suppress the normal prompt when you remove a
+Run the abnormal hook `mh-kill-folder-suppress-prompt-functions'.
+The hook functions are called with no arguments and should return
+a non-nil value to suppress the normal prompt when you remove a
 folder. This is useful for folders that are easily regenerated."
   (interactive)
   (if (or (run-hook-with-args-until-success



reply via email to

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