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
20464fdf
Commit
20464fdf
authored
May 26, 2003
by
Andreas Schwab
Browse files
(syms_of_buffer) <default-direction-reversed>: Doc fix.
parent
2d031b89
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/buffer.c
src/buffer.c
+1
-1
No files found.
src/ChangeLog
View file @
20464fdf
2003-05-27 Andreas Schwab <schwab@suse.de>
* buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
* xdisp.c (try_window_id): Avoid aborting if PT is inside a
partially visible line.
...
...
src/buffer.c
View file @
20464fdf
...
...
@@ -5204,7 +5204,7 @@ This is the same as (default-value 'ctl-arrow). */);
DEFVAR_LISP_NOPRO ("default-direction-reversed",
&buffer_defaults.direction_reversed,
doc: /* Default value of `direction
_
reversed' for buffers that do not override it.
doc: /* Default value of `direction
-
reversed' for buffers that do not override it.
This is the same as (default-value 'direction-reversed). */);
DEFVAR_LISP_NOPRO ("default-enable-multibyte-characters",
...
...
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