1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

(syms_of_buffer) <default-direction-reversed>: Doc fix.

This commit is contained in:
Andreas Schwab 2003-05-26 22:19:54 +00:00
parent 2d031b89dc
commit 20464fdfce
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
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.

View file

@ -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",