From: Andreas Schwab Date: Mon, 26 May 2003 22:19:54 +0000 (+0000) Subject: (syms_of_buffer) : Doc fix. X-Git-Tag: ttn-vms-21-2-B4~9926 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20464fdfce5d2ce0a7660c5d24a6916e650e3603;p=emacs.git (syms_of_buffer) : Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5d6838ae845..b2c60e4fe92 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2003-05-27 Andreas Schwab + * buffer.c (syms_of_buffer) : Doc fix. + * xdisp.c (try_window_id): Avoid aborting if PT is inside a partially visible line. diff --git a/src/buffer.c b/src/buffer.c index 1f5635d7ec2..6ec06d84c30 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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",