Doc fixes; don't use obsolete names
* etc/compilation.txt: * lisp/mh-e/mh-funcs.el (mh-kill-folder): Don't use obsolete names.
This commit is contained in:
parent
c85f7c2e8a
commit
e390396e68
2 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue