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 | |
parent | 3060fb8f8118aa88ed13721fc042f22492b9d637 (diff) | |
download | emacs-a6437924f796c07ec15a13c7d1885e83d1b0b0cc.tar.gz emacs-a6437924f796c07ec15a13c7d1885e83d1b0b0cc.tar.bz2 emacs-a6437924f796c07ec15a13c7d1885e83d1b0b0cc.zip |
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')
-rw-r--r-- | lisp/hilit-chg.el | 4 | ||||
-rw-r--r-- | lisp/w32-fns.el | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index b35e6869d2e..9b9d3ce9adc 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -260,7 +260,7 @@ bit output with no translation." (cons xlfd-charset (cons windows-charset codepage)))) ;; The last charset we add becomes the "preferred" charset for the return -;; value from w32-select-font etc, so list the most important charsets last. +;; value from x-select-font etc, so list the most important charsets last. (w32-add-charset-info "iso8859-14" 'w32-charset-ansi 28604) (w32-add-charset-info "iso8859-15" 'w32-charset-ansi 28605) ;; The following two are included for pattern matching. |