diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-09-02 15:37:08 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-09-02 15:37:08 +0200 |
commit | 0bd46619413e83fe3c85c8a1dfbf5e20dfce8605 (patch) | |
tree | d86c08c2671f817167eadfc15f0cf319dd6b0dc6 /doc/misc | |
parent | 524c0c34f245440e45f3672b35b32e529cbb5c2a (diff) | |
download | emacs-0bd46619413e83fe3c85c8a1dfbf5e20dfce8605.tar.gz emacs-0bd46619413e83fe3c85c8a1dfbf5e20dfce8605.tar.bz2 emacs-0bd46619413e83fe3c85c8a1dfbf5e20dfce8605.zip |
Doc fixes for obsolete functions and variables
* admin/notes/multi-tty:
* doc/emacs/building.texi (Debugger Operation):
* doc/misc/efaq-w32.texi (Line ends by file system):
* doc/misc/gnus.texi (Hashcash):
* lisp/emacs-lisp/eieio.el (eieio-class-parents)
(eieio-class-children):
* lisp/progmodes/perl-mode.el:
* lisp/textmodes/ispell.el (ispell-lookup-words):
* src/buffer.h: Update or delete references to variables and functions
made obsolete in Emacs 24.4.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/efaq-w32.texi | 12 | ||||
-rw-r--r-- | doc/misc/gnus.texi | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi index 71d4b4e1fc2..de9354500df 100644 --- a/doc/misc/efaq-w32.texi +++ b/doc/misc/efaq-w32.texi @@ -1168,15 +1168,15 @@ binary and the Ctrl-M characters are significant. @subsection CR/LF translation by file system @cindex line ends, determining by filesystem @cindex binary files, determining by filesystem -@vindex untranslated-filesystem-list -@findex add-untranslated-filesystem -@findex remove-untranslated-filesystem +@vindex w32-untranslated-filesystem-list +@findex w32-add-untranslated-filesystem +@findex w32-remove-untranslated-filesystem -The variable @code{untranslated-filesystem-list} defines whole +The variable @code{w32-untranslated-filesystem-list} defines whole directory trees that should not have CR/LF autodetection performed on them. The list can be manipulated with the functions -@code{add-untranslated-filesystem} and -@code{remove-untranslated-filesystem}. With auto-detection in +@code{w32-add-untranslated-filesystem} and +@code{w32-remove-untranslated-filesystem}. With auto-detection in recent versions of Emacs, this is seldom useful for existing files, but can still be used to influence the choice of line ends for newly created files. diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index e995469ee3d..f7a2d730701 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -24523,8 +24523,8 @@ that is needed. It can also contain @samp{(@var{addr} @var{string} @var{amount})} cells, where the @var{string} is the string to use (normally the email address or newsgroup name is used). -@item hashcash-path -@vindex hashcash-path +@item hashcash-program +@vindex hashcash-program Where the @code{hashcash} binary is installed. This variable should be automatically set by @code{executable-find}, but if it's @code{nil} (usually because the @code{hashcash} binary is not in your path) |