diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-08-27 04:24:00 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-08-27 04:24:00 +0000 |
commit | 4e3b4528ea1425c1fa82221c41d1c45294064b11 (patch) | |
tree | d1db79ae5904b0055e63dd12649ab9311cd2b687 /doc/emacs/buffers.texi | |
parent | b3cca6a6971a38204dcbd11c45b0f67781c0b39b (diff) | |
download | emacs-4e3b4528ea1425c1fa82221c41d1c45294064b11.tar.gz |
* subr.el (default-mode-line-format, default-header-line-format)
(default-line-spacing, default-abbrev-mode, default-ctl-arrow)
(default-direction-reversed, default-truncate-lines)
(default-left-margin, default-tab-width, default-case-fold-search)
(default-left-margin-width, default-right-margin-width)
(default-left-fringe-width, default-right-fringe-width)
(default-fringes-outside-margins, default-scroll-bar-width)
(default-vertical-scroll-bar, default-indicate-empty-lines)
(default-indicate-buffer-boundaries, default-fringe-indicator-alist)
(default-fringe-cursor-alist, default-scroll-up-aggressively)
(default-scroll-down-aggressively, default-fill-column)
(default-cursor-type, default-buffer-file-type)
(default-cursor-in-non-selected-windows)
(default-buffer-file-coding-system, default-major-mode)
(default-enable-multibyte-characters): Mark as obsolete.
* cus-start.el (default-major-mode): Customize `major-mode' instead.
(enable-multibyte-characters): Not customizable any more.
Diffstat (limited to 'doc/emacs/buffers.texi')
-rw-r--r-- | doc/emacs/buffers.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 848d1333a3c..cd7e42d9236 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -117,8 +117,8 @@ variable also affects the @code{find-file} command (@pxref{Visiting}). One reason to create a new buffer is to use it for making temporary notes. If you try to save it, Emacs asks for the file name to use. -The variable @code{default-major-mode} determines the new buffer's -major mode; the default value is Fundamental mode. @xref{Major +The default value of the variable @code{major-mode} determines the new +buffer's major mode; the default value is Fundamental mode. @xref{Major Modes}. @kindex C-x @key{LEFT} |