diff options
| author | Paul Eggert | 2014-09-11 12:44:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-11 12:44:25 -0700 |
| commit | 0f2ed59206faf8d71c71203613a715c6aa187c3e (patch) | |
| tree | 7da027a3fc4ed89cb156052fe0c481b7d70f71f7 /src/buffer.c | |
| parent | 1dd1218653be3425e7f53ea1cfcb0d14addfaa05 (diff) | |
| download | emacs-0f2ed59206faf8d71c71203613a715c6aa187c3e.tar.gz emacs-0f2ed59206faf8d71c71203613a715c6aa187c3e.zip | |
Spelling fixes.
* lisp/ses.el (ses-file-format-extend-parameter-list): Rename from
ses-file-format-extend-paramter-list. All uses changed.
* lisp/gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
of ":delete".
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 7a6ddfa719d..9f3a824a738 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5943,7 +5943,7 @@ The value takes effect whenever you tell a window to display this buffer; | |||
| 5943 | for instance, with `set-window-buffer' or when `display-buffer' displays it. | 5943 | for instance, with `set-window-buffer' or when `display-buffer' displays it. |
| 5944 | 5944 | ||
| 5945 | A value of `bottom' means put the horizontal scroll bar at the bottom of | 5945 | A value of `bottom' means put the horizontal scroll bar at the bottom of |
| 5946 | the window; a value of nil means don't show any horizonal scroll bars. | 5946 | the window; a value of nil means don't show any horizontal scroll bars. |
| 5947 | A value of t (the default) means do whatever the window's frame | 5947 | A value of t (the default) means do whatever the window's frame |
| 5948 | specifies. */); | 5948 | specifies. */); |
| 5949 | 5949 | ||