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
6e6e5760
Commit
6e6e5760
authored
Jun 12, 2010
by
Eli Zaretskii
Browse files
Fix bug #6409.
window.c (syms_of_window): Doc fix (bug#6409).
parent
9d1f18b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/window.c
src/window.c
+1
-1
No files found.
src/ChangeLog
View file @
6e6e5760
2010-06-12 Eli Zaretskii <eliz@gnu.org>
* window.c (syms_of_window): Doc fix (bug#6409).
2010-06-12 Romain Francoise <romain@orebokech.com>
* Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
...
...
src/window.c
View file @
6e6e5760
...
...
@@ -7290,7 +7290,7 @@ with the relevant frame selected. */);
DEFVAR_LISP ("recenter-redisplay", &Vrecenter_redisplay,
doc: /* If non-nil, then the `recenter' command with a nil argument
the entire frame
to be redrawn
; the special value `tty' causes the
will redraw
the entire frame; the special value `tty' causes the
frame to be redrawn only if it is a tty frame. */);
Vrecenter_redisplay = Qtty;
...
...
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