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:
parent
2d031b89dc
commit
20464fdfce
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue