diff options
| author | Andreas Schwab | 2003-05-26 22:19:54 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-05-26 22:19:54 +0000 |
| commit | 20464fdfce5d2ce0a7660c5d24a6916e650e3603 (patch) | |
| tree | c2312f9bee96e09eae624e69327c25487b05959c /src | |
| parent | 2d031b89dcc51e3aab3f08495e7c5682af34505d (diff) | |
| download | emacs-20464fdfce5d2ce0a7660c5d24a6916e650e3603.tar.gz emacs-20464fdfce5d2ce0a7660c5d24a6916e650e3603.zip | |
(syms_of_buffer) <default-direction-reversed>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/buffer.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5d6838ae845..b2c60e4fe92 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2003-05-27 Andreas Schwab <schwab@suse.de> | 1 | 2003-05-27 Andreas Schwab <schwab@suse.de> |
| 2 | 2 | ||
| 3 | * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix. | ||
| 4 | |||
| 3 | * xdisp.c (try_window_id): Avoid aborting if PT is inside a | 5 | * xdisp.c (try_window_id): Avoid aborting if PT is inside a |
| 4 | partially visible line. | 6 | partially visible line. |
| 5 | 7 | ||
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). */); | |||
| 5204 | 5204 | ||
| 5205 | DEFVAR_LISP_NOPRO ("default-direction-reversed", | 5205 | DEFVAR_LISP_NOPRO ("default-direction-reversed", |
| 5206 | &buffer_defaults.direction_reversed, | 5206 | &buffer_defaults.direction_reversed, |
| 5207 | doc: /* Default value of `direction_reversed' for buffers that do not override it. | 5207 | doc: /* Default value of `direction-reversed' for buffers that do not override it. |
| 5208 | This is the same as (default-value 'direction-reversed). */); | 5208 | This is the same as (default-value 'direction-reversed). */); |
| 5209 | 5209 | ||
| 5210 | DEFVAR_LISP_NOPRO ("default-enable-multibyte-characters", | 5210 | DEFVAR_LISP_NOPRO ("default-enable-multibyte-characters", |