diff options
author | Glenn Morris <rgm@gnu.org> | 2018-03-13 13:49:05 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-13 13:49:05 -0400 |
commit | a6437924f796c07ec15a13c7d1885e83d1b0b0cc (patch) | |
tree | ee53fd56e719e30c2f60959e54ea4522ab6a8d44 /lisp/hilit-chg.el | |
parent | 3060fb8f8118aa88ed13721fc042f22492b9d637 (diff) | |
download | emacs-a6437924f796c07ec15a13c7d1885e83d1b0b0cc.tar.gz |
Doc fixes re obsolete items
* doc/emacs/maintaining.texi (VC Undo):
* doc/misc/efaq-w32.texi (Font names): Replace obsolete aliases.
* doc/misc/url.texi (Customization):
Don't mention url-temporary-directory, it essentially does nothing.
* lisp/hilit-chg.el
(highlight-changes-global-changes-existing-buffers): Doc fix.
; * lisp/w32-fns.el: Comment.
; * etc/TODO: Remove obsolete ffap mention.
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r-- | lisp/hilit-chg.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index de1ae0d4570..b8c1fc5a99b 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el @@ -300,9 +300,9 @@ modes only." (defcustom highlight-changes-global-changes-existing-buffers nil "If non-nil, toggling global Highlight Changes mode affects existing buffers. -Normally, `global-highlight-changes' affects only new buffers (to be +Normally, `global-highlight-changes-mode' affects only new buffers (to be created). However, if `highlight-changes-global-changes-existing-buffers' -is non-nil, then turning on `global-highlight-changes' will turn on +is non-nil, then turning on `global-highlight-changes-mode' will turn on Highlight Changes mode in suitable buffers, and turning the mode off will remove it from existing buffers." :type 'boolean |