mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Merge from origin/emacs-27
78eacf31e8; Fix many typos in symbols in docs and commentsd5d12707d6* doc/misc/flymake.texi (Using Flymake): Fix a typo. (Bug... # Conflicts: # lisp/allout.el # lisp/progmodes/ebrowse.el
This commit is contained in:
commit
726eb835dd
61 changed files with 88 additions and 85 deletions
|
|
@ -134,7 +134,7 @@ introduced in Emacs 22."
|
|||
|
||||
(defmacro mh-face-background (face &optional frame inherit)
|
||||
"Return the background color name of face, or nil if unspecified.
|
||||
See documentation for `back-foreground' for a description of the
|
||||
See documentation for `face-background' for a description of the
|
||||
arguments FACE, FRAME, and INHERIT.
|
||||
This macro is used by Emacs versions that lack an INHERIT argument,
|
||||
introduced in Emacs 22."
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ program, see:
|
|||
(defun mh-blacklist-a-msg (message)
|
||||
"Blacklist MESSAGE.
|
||||
If MESSAGE is nil then the message at point is blacklisted.
|
||||
The hook `mh-blacklisted-msg-hook' is called after you mark a message
|
||||
The hook `mh-blacklist-msg-hook' is called after you mark a message
|
||||
for blacklisting."
|
||||
(save-excursion
|
||||
(if (numberp message)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue