mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
Fix a typo.
This commit is contained in:
parent
27188d1122
commit
864b90c968
1 changed files with 1 additions and 1 deletions
|
|
@ -1450,7 +1450,7 @@ record_buffer (buf)
|
|||
|
||||
DEFUN ("set-buffer-major-mode", Fset_buffer_major_mode, Sset_buffer_major_mode, 1, 1, 0,
|
||||
doc: /* Set an appropriate major mode for BUFFER.
|
||||
For the *scratch* buffer, use `initial-major-mode', otherwise chose a mode
|
||||
For the *scratch* buffer, use `initial-major-mode', otherwise choose a mode
|
||||
according to `default-major-mode'.
|
||||
Use this function before selecting the buffer, since it may need to inspect
|
||||
the current buffer's major mode. */)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue