aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorPaul Eggert2014-09-11 12:44:25 -0700
committerPaul Eggert2014-09-11 12:44:25 -0700
commit0f2ed59206faf8d71c71203613a715c6aa187c3e (patch)
tree7da027a3fc4ed89cb156052fe0c481b7d70f71f7 /src/buffer.c
parent1dd1218653be3425e7f53ea1cfcb0d14addfaa05 (diff)
downloademacs-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.c2
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;
5943for instance, with `set-window-buffer' or when `display-buffer' displays it. 5943for instance, with `set-window-buffer' or when `display-buffer' displays it.
5944 5944
5945A value of `bottom' means put the horizontal scroll bar at the bottom of 5945A value of `bottom' means put the horizontal scroll bar at the bottom of
5946the window; a value of nil means don't show any horizonal scroll bars. 5946the window; a value of nil means don't show any horizontal scroll bars.
5947A value of t (the default) means do whatever the window's frame 5947A value of t (the default) means do whatever the window's frame
5948specifies. */); 5948specifies. */);
5949 5949