aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-11-22 17:52:11 -0500
committerGlenn Morris2017-11-22 17:52:11 -0500
commit8e40429c960a9dd42103be9c41db5a3af7f9ee25 (patch)
treef7fbfaf8298e67a6b13d00b16134d0b5c94de1a5
parented2c542920da2a0d99de01e863cbd4ab7dfe13d7 (diff)
downloademacs-8e40429c960a9dd42103be9c41db5a3af7f9ee25.tar.gz
emacs-8e40429c960a9dd42103be9c41db5a3af7f9ee25.zip
; Fix some doc typos
-rw-r--r--doc/emacs/frames.texi2
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--lisp/calendar/todo-mode.el2
-rw-r--r--lisp/dired-aux.el2
-rw-r--r--lisp/htmlfontify.el2
-rw-r--r--lisp/plstore.el4
-rw-r--r--src/editfns.c2
7 files changed, 8 insertions, 8 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 8c08f51825c..c94d690cf7f 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -1020,7 +1020,7 @@ Manual}.
1020@cindex Horizontal Scroll Bar mode 1020@cindex Horizontal Scroll Bar mode
1021 On graphical displays with toolkit support, Emacs may also supply a 1021 On graphical displays with toolkit support, Emacs may also supply a
1022@dfn{horizontal scroll bar} on the bottom of each window. Clicking 1022@dfn{horizontal scroll bar} on the bottom of each window. Clicking
1023@kbd{mouse-1} on the that scroll bar's left and right buttons scrolls 1023@kbd{mouse-1} on that scroll bar's left and right buttons scrolls
1024the window horizontally by one column at a time. Clicking @kbd{mouse-1} 1024the window horizontally by one column at a time. Clicking @kbd{mouse-1}
1025on the left or right of the scroll bar's inner box scrolls the window by 1025on the left or right of the scroll bar's inner box scrolls the window by
1026four columns. Dragging the inner box scrolls the window continuously. 1026four columns. Dragging the inner box scrolls the window continuously.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index d1f31a33dd8..318f5105883 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -10976,7 +10976,7 @@ Pull all ticked articles (for the current group) into the summary buffer
10976@kindex A D (Summary) 10976@kindex A D (Summary)
10977@findex gnus-summary-enter-digest-group 10977@findex gnus-summary-enter-digest-group
10978If the current article is a collection of other articles (for instance, 10978If the current article is a collection of other articles (for instance,
10979a digest), you might use this command to enter a group based on the that 10979a digest), you might use this command to enter a group based on that
10980article (@code{gnus-summary-enter-digest-group}). Gnus will try to 10980article (@code{gnus-summary-enter-digest-group}). Gnus will try to
10981guess what article type is currently displayed unless you give a prefix 10981guess what article type is currently displayed unless you give a prefix
10982to this command, which forces a ``digest'' interpretation. Basically, 10982to this command, which forces a ``digest'' interpretation. Basically,
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el
index 3e568213a63..0ae59c58804 100644
--- a/lisp/calendar/todo-mode.el
+++ b/lisp/calendar/todo-mode.el
@@ -5210,7 +5210,7 @@ If the category's done items are visible, this command called
5210with a prefix argument only moves point to a higher item, e.g., 5210with a prefix argument only moves point to a higher item, e.g.,
5211with point on the first done item and called with prefix 1, it 5211with point on the first done item and called with prefix 1, it
5212moves to the last todo item; but if called with point on the 5212moves to the last todo item; but if called with point on the
5213first done item without a prefix argument, it moves point the the 5213first done item without a prefix argument, it moves point to the
5214empty line above the done items separator." 5214empty line above the done items separator."
5215 (let* ((done (todo-done-item-p))) 5215 (let* ((done (todo-done-item-p)))
5216 (todo-item-start) 5216 (todo-item-start)
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 8fb2c1ff948..12a53e87057 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1014,7 +1014,7 @@ ARGS are command switches passed to PROGRAM.")
1014 "Control the compression shell command for `dired-do-compress-to'. 1014 "Control the compression shell command for `dired-do-compress-to'.
1015 1015
1016Each element is (REGEXP . CMD), where REGEXP is the name of the 1016Each element is (REGEXP . CMD), where REGEXP is the name of the
1017archive to which you want to compress, and CMD the the 1017archive to which you want to compress, and CMD is the
1018corresponding command. 1018corresponding command.
1019 1019
1020Within CMD, %i denotes the input file(s), and %o denotes the 1020Within CMD, %i denotes the input file(s), and %o denotes the
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index 791b110bf49..a4c68d329b7 100644
--- a/lisp/htmlfontify.el
+++ b/lisp/htmlfontify.el
@@ -650,7 +650,7 @@ STYLE is the inline CSS stylesheet (or tag referring to an external sheet)."
650 var even = false; 650 var even = false;
651 651
652 // if arguments are provided to specify the colors 652 // if arguments are provided to specify the colors
653 // of the even & odd rows, then use the them; 653 // of the even & odd rows, then use them;
654 // otherwise use the following defaults: 654 // otherwise use the following defaults:
655 var evenColor = arguments[1] ? arguments[1] : \"#fff\"; 655 var evenColor = arguments[1] ? arguments[1] : \"#fff\";
656 var oddColor = arguments[2] ? arguments[2] : \"#ddd\"; 656 var oddColor = arguments[2] ? arguments[2] : \"#ddd\";
diff --git a/lisp/plstore.el b/lisp/plstore.el
index b49e3d40fc4..da260096eaf 100644
--- a/lisp/plstore.el
+++ b/lisp/plstore.el
@@ -521,7 +521,7 @@ If no one is selected, symmetric encryption will be performed. "
521 t))) 521 t)))
522 522
523(defun plstore-mode-original () 523(defun plstore-mode-original ()
524 "Show the original form of the this buffer." 524 "Show the original form of this buffer."
525 (interactive) 525 (interactive)
526 (when plstore-encoded 526 (when plstore-encoded
527 (if (and (buffer-modified-p) 527 (if (and (buffer-modified-p)
@@ -533,7 +533,7 @@ If no one is selected, symmetric encryption will be performed. "
533 (setq plstore-encoded nil))) 533 (setq plstore-encoded nil)))
534 534
535(defun plstore-mode-decoded () 535(defun plstore-mode-decoded ()
536 "Show the decoded form of the this buffer." 536 "Show the decoded form of this buffer."
537 (interactive) 537 (interactive)
538 (unless plstore-encoded 538 (unless plstore-encoded
539 (if (and (buffer-modified-p) 539 (if (and (buffer-modified-p)
diff --git a/src/editfns.c b/src/editfns.c
index 81cda4af062..f275f33fc52 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -4118,7 +4118,7 @@ The # flag means to use an alternate display form for %o, %x, %X, %e,
4118%f, and %g sequences: for %o, it ensures that the result begins with 4118%f, and %g sequences: for %o, it ensures that the result begins with
4119\"0\"; for %x and %X, it prefixes the result with \"0x\" or \"0X\"; 4119\"0\"; for %x and %X, it prefixes the result with \"0x\" or \"0X\";
4120for %e and %f, it causes a decimal point to be included even if the 4120for %e and %f, it causes a decimal point to be included even if the
4121the precision is zero; for %g, it causes a decimal point to be 4121precision is zero; for %g, it causes a decimal point to be
4122included even if the precision is zero, and also forces trailing 4122included even if the precision is zero, and also forces trailing
4123zeros after the decimal point to be left in place. 4123zeros after the decimal point to be left in place.
4124 4124