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/emacs | |
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/emacs')
-rw-r--r-- | doc/emacs/building.texi | 7 |
1 files changed, 2 insertions, 5 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. @cindex GUD Tooltip mode @cindex mode, GUD Tooltip @findex gud-tooltip-mode -@vindex gud-tooltip-echo-area GUD Tooltip mode is a global minor mode that adds tooltip support to GUD@. To toggle this mode, type @kbd{M-x gud-tooltip-mode}. It is disabled 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 dragging the mouse over the expression, then leaving the mouse inside the marked area. The GUD Tooltip mode takes effect in the GUD interaction buffer, and in all source buffers with major modes listed -in the variable @code{gud-tooltip-modes}. If the variable -@code{gud-tooltip-echo-area} is non-@code{nil}, or if you turned off -the tooltip mode, values are shown in the echo area instead of a -tooltip. +in the variable @code{gud-tooltip-modes}. If you turned off the +tooltip mode, values are shown in the echo area instead of a tooltip. When using GUD Tooltip mode with @kbd{M-x gud-gdb}, displaying an expression's value in GDB can sometimes expand a macro, potentially |