Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
db7ab02f
Commit
db7ab02f
authored
Dec 23, 2011
by
Juri Linkov
Browse files
Small doc fixes.
parent
1c4757d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/lispref/modes.texi
doc/lispref/modes.texi
+1
-1
etc/NEWS
etc/NEWS
+1
-1
No files found.
doc/lispref/modes.texi
View file @
db7ab02f
...
...
@@ -701,7 +701,7 @@ init file.)
@cindex help for major mode
@cindex documentation for major mode
The @code{describe-mode} function
is
provides information about major
The @code{describe-mode} function provides information about major
modes. It is normally bound to @kbd{C-h m}. It uses the value of the
variable @code{major-mode} (@pxref{Major Modes}), which is why every
major mode command needs to set that variable.
...
...
etc/NEWS
View file @
db7ab02f
...
...
@@ -548,7 +548,7 @@ the lines in the current rectangle. With a prefix argument, this
prompts for a number to count from and for a format string.
+++
** The default value of redisplay-dont-
chang
e is now t
** The default value of redisplay-dont-
paus
e is now t
This makes Emacs feel more responsive to editing commands that arrive
at high rate, e.g. if you lean on some key, because stopping redisplay
in the middle (when this variable is nil) forces more expensive
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment