comparison lispref/positions.texi @ 65369:822218f80ae4

2005-09-08 Chong Yidong <cyd@stupidchicken.com> * locals.texi (Standard Buffer-Local Variables): Don't include mode variables for minor modes. Fix xrefs for buffer-display-count, buffer-display-table, buffer-offer-save, buffer-saved-size, cache-long-line-scans, enable-multibyte-characters, fill-column, header-line-format, left-fringe-width, left-margin, and right-fringe-width. * hooks.texi (Standard Hooks): All hooks should conform to the standard naming convention now. Fix xref for `echo-area-clear-hook'. * display.texi (Usual Display): Note that indicate-empty-lines and tab-width are buffer-local. * files.texi (Saving Buffers): Add xref to `Killing Buffers'. * modes.texi (Mode Help): Note that major-mode is buffer-local. * nonascii.texi (Encoding and I/O): Note that buffer-file-coding-system is buffer-local. * positions.texi (List Motion): Note that defun-prompt-regexp is buffer-local. * text.texi (Auto Filling): Note that auto-fill-function is buffer-local. (Undo): Note that buffer-undo-list is buffer-local. * windows.texi (Buffers and Windows): Document buffer-display-count.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 08 Sep 2005 22:00:58 +0000
parents e836425ee789
children 51a739582477 10fe5fadaf89
comparison
equal deleted inserted replaced
65368:792e39b7cf7e 65369:822218f80ae4
718 to the end of a defun, not to the beginning of one. @var{arg} defaults 718 to the end of a defun, not to the beginning of one. @var{arg} defaults
719 to 1. 719 to 1.
720 @end deffn 720 @end deffn
721 721
722 @defopt defun-prompt-regexp 722 @defopt defun-prompt-regexp
723 If non-@code{nil}, this variable holds a regular expression that 723 If non-@code{nil}, this buffer-local variable holds a regular
724 specifies what text can appear before the open-parenthesis that starts a 724 expression that specifies what text can appear before the
725 defun. That is to say, a defun begins on a line that starts with a 725 open-parenthesis that starts a defun. That is to say, a defun begins
726 match for this regular expression, followed by a character with 726 on a line that starts with a match for this regular expression,
727 open-parenthesis syntax. 727 followed by a character with open-parenthesis syntax.
728 @end defopt 728 @end defopt
729 729
730 @defopt open-paren-in-column-0-is-defun-start 730 @defopt open-paren-in-column-0-is-defun-start
731 If this variable's value is non-@code{nil}, an open parenthesis in 731 If this variable's value is non-@code{nil}, an open parenthesis in
732 column 0 is considered to be the start of a defun. If it is 732 column 0 is considered to be the start of a defun. If it is