aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorStefan Kangas2023-09-02 15:37:08 +0200
committerStefan Kangas2023-09-02 15:37:08 +0200
commit0bd46619413e83fe3c85c8a1dfbf5e20dfce8605 (patch)
treed86c08c2671f817167eadfc15f0cf319dd6b0dc6 /src/buffer.h
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 'src/buffer.h')
-rw-r--r--src/buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.h b/src/buffer.h
index c0e38ce9659..69b0aed53e4 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -651,9 +651,9 @@ struct buffer
651 ptrdiff_t last_window_start; 651 ptrdiff_t last_window_start;
652 652
653 /* If the long line scan cache is enabled (i.e. the buffer-local 653 /* If the long line scan cache is enabled (i.e. the buffer-local
654 variable cache-long-line-scans is non-nil), newline_cache 654 variable cache-long-scans is non-nil), newline_cache points to
655 points to the newline cache, and width_run_cache points to the 655 the newline cache, and width_run_cache points to the width run
656 width run cache. 656 cache.
657 657
658 The newline cache records which stretches of the buffer are 658 The newline cache records which stretches of the buffer are
659 known *not* to contain newlines, so that they can be skipped 659 known *not* to contain newlines, so that they can be skipped