aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2023-09-02 15:37:08 +0200
committerStefan Kangas2023-09-02 15:37:08 +0200
commit0bd46619413e83fe3c85c8a1dfbf5e20dfce8605 (patch)
treed86c08c2671f817167eadfc15f0cf319dd6b0dc6 /doc
parent524c0c34f245440e45f3672b35b32e529cbb5c2a (diff)
downloademacs-0bd46619413e83fe3c85c8a1dfbf5e20dfce8605.tar.gz
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')
-rw-r--r--doc/emacs/building.texi7
-rw-r--r--doc/misc/efaq-w32.texi12
-rw-r--r--doc/misc/gnus.texi4
3 files changed, 10 insertions, 13 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index f82b605598e..d6610099460 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -701,7 +701,6 @@ to recompile and restart the program.
701@cindex GUD Tooltip mode 701@cindex GUD Tooltip mode
702@cindex mode, GUD Tooltip 702@cindex mode, GUD Tooltip
703@findex gud-tooltip-mode 703@findex gud-tooltip-mode
704@vindex gud-tooltip-echo-area
705 GUD Tooltip mode is a global minor mode that adds tooltip support to 704 GUD Tooltip mode is a global minor mode that adds tooltip support to
706GUD@. To toggle this mode, type @kbd{M-x gud-tooltip-mode}. It is 705GUD@. To toggle this mode, type @kbd{M-x gud-tooltip-mode}. It is
707disabled by default. If enabled, you can move the mouse pointer over a 706disabled by default. If enabled, you can move the mouse pointer over a
@@ -713,10 +712,8 @@ you can tell Emacs more explicitly what expression to evaluate by
713dragging the mouse over the expression, then leaving the mouse inside 712dragging the mouse over the expression, then leaving the mouse inside
714the marked area. The GUD Tooltip mode takes effect in the GUD 713the marked area. The GUD Tooltip mode takes effect in the GUD
715interaction buffer, and in all source buffers with major modes listed 714interaction buffer, and in all source buffers with major modes listed
716in the variable @code{gud-tooltip-modes}. If the variable 715in the variable @code{gud-tooltip-modes}. If you turned off the
717@code{gud-tooltip-echo-area} is non-@code{nil}, or if you turned off 716tooltip mode, values are shown in the echo area instead of a tooltip.
718the tooltip mode, values are shown in the echo area instead of a
719tooltip.
720 717
721 When using GUD Tooltip mode with @kbd{M-x gud-gdb}, displaying an 718 When using GUD Tooltip mode with @kbd{M-x gud-gdb}, displaying an
722expression's value in GDB can sometimes expand a macro, potentially 719expression's value in GDB can sometimes expand a macro, potentially
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.
1168@subsection CR/LF translation by file system 1168@subsection CR/LF translation by file system
1169@cindex line ends, determining by filesystem 1169@cindex line ends, determining by filesystem
1170@cindex binary files, determining by filesystem 1170@cindex binary files, determining by filesystem
1171@vindex untranslated-filesystem-list 1171@vindex w32-untranslated-filesystem-list
1172@findex add-untranslated-filesystem 1172@findex w32-add-untranslated-filesystem
1173@findex remove-untranslated-filesystem 1173@findex w32-remove-untranslated-filesystem
1174 1174
1175The variable @code{untranslated-filesystem-list} defines whole 1175The variable @code{w32-untranslated-filesystem-list} defines whole
1176directory trees that should not have CR/LF autodetection performed on 1176directory trees that should not have CR/LF autodetection performed on
1177them. The list can be manipulated with the functions 1177them. The list can be manipulated with the functions
1178@code{add-untranslated-filesystem} and 1178@code{w32-add-untranslated-filesystem} and
1179@code{remove-untranslated-filesystem}. With auto-detection in 1179@code{w32-remove-untranslated-filesystem}. With auto-detection in
1180recent versions of Emacs, this is seldom useful for existing files, 1180recent versions of Emacs, this is seldom useful for existing files,
1181but can still be used to influence the choice of line ends for newly 1181but can still be used to influence the choice of line ends for newly
1182created files. 1182created 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}
24523@var{amount})} cells, where the @var{string} is the string to use 24523@var{amount})} cells, where the @var{string} is the string to use
24524(normally the email address or newsgroup name is used). 24524(normally the email address or newsgroup name is used).
24525 24525
24526@item hashcash-path 24526@item hashcash-program
24527@vindex hashcash-path 24527@vindex hashcash-program
24528Where the @code{hashcash} binary is installed. This variable should 24528Where the @code{hashcash} binary is installed. This variable should
24529be automatically set by @code{executable-find}, but if it's @code{nil} 24529be automatically set by @code{executable-find}, but if it's @code{nil}
24530(usually because the @code{hashcash} binary is not in your path) 24530(usually because the @code{hashcash} binary is not in your path)