comparison lispref/files.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 0f994edbec5e
children 035ea9e34f56
comparison
equal deleted inserted replaced
65368:792e39b7cf7e 65369:822218f80ae4
339 The optional @var{pred} argument controls which buffers to ask about 339 The optional @var{pred} argument controls which buffers to ask about
340 (or to save silently if @var{save-silently-p} is non-@code{nil}). 340 (or to save silently if @var{save-silently-p} is non-@code{nil}).
341 If it is @code{nil}, that means to ask only about file-visiting buffers. 341 If it is @code{nil}, that means to ask only about file-visiting buffers.
342 If it is @code{t}, that means also offer to save certain other non-file 342 If it is @code{t}, that means also offer to save certain other non-file
343 buffers---those that have a non-@code{nil} buffer-local value of 343 buffers---those that have a non-@code{nil} buffer-local value of
344 @code{buffer-offer-save}. (A user who says @samp{yes} to saving a 344 @code{buffer-offer-save} (@pxref{Killing Buffers}). A user who says
345 non-file buffer is asked to specify the file name to use.) The 345 @samp{yes} to saving a non-file buffer is asked to specify the file
346 @code{save-buffers-kill-emacs} function passes the value @code{t} for 346 name to use.) The @code{save-buffers-kill-emacs} function passes the
347 @var{pred}. 347 value @code{t} for @var{pred}.
348 348
349 If @var{pred} is neither @code{t} nor @code{nil}, then it should be 349 If @var{pred} is neither @code{t} nor @code{nil}, then it should be
350 a function of no arguments. It will be called in each buffer to decide 350 a function of no arguments. It will be called in each buffer to decide
351 whether to offer to save that buffer. If it returns a non-@code{nil} 351 whether to offer to save that buffer. If it returns a non-@code{nil}
352 value in a certain buffer, that means do offer to save that buffer. 352 value in a certain buffer, that means do offer to save that buffer.