]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in doc strings
authorMattias Engdegård <mattiase@acm.org>
Fri, 12 Mar 2021 11:11:17 +0000 (12:11 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 12 Mar 2021 11:12:14 +0000 (12:12 +0100)
14 files changed:
lisp/calculator.el
lisp/cedet/semantic/grammar.el
lisp/emacs-lisp/edebug.el
lisp/emulation/cua-rect.el
lisp/international/quail.el
lisp/jit-lock.el
lisp/mail/smtpmail.el
lisp/net/dictionary.el
lisp/obsolete/iswitchb.el
lisp/org/ol.el
lisp/org/org-tempo.el
lisp/org/org.el
lisp/textmodes/reftex-vars.el
test/lisp/kmacro-tests.el

index 00883989b29e9fc5568ad5489eee0ff6e8c5272d..6dd8d9a7ec1474df48e5fd2f04caa29d2e366e0b 100644 (file)
@@ -291,7 +291,7 @@ user-defined operators, use `calculator-user-operators' instead.")
 5. The function's precedence -- should be in the range of 1 (lowest) to
    9 (highest) (optional, defaults to 1);
 
-It it possible have a unary prefix version of a binary operator if it
+It is possible have a unary prefix version of a binary operator if it
 comes later in this list.  If the list begins with the symbol `nobind',
 then no key binding will take place -- this is only used for predefined
 keys.
index ca7c273febc7892d4f36e600a5ea3a9ff8ee3f07..8d8faac9c498868abc27c921f28d5c3db56586ae 100644 (file)
@@ -1740,7 +1740,7 @@ If it is a macro name, return a description of the associated expander
 function parameter list.
 If it is a function name, return a description of this function
 parameter list.
-It it is a variable name, return a brief (one-line) documentation
+If it is a variable name, return a brief (one-line) documentation
 string for the variable.
 If a default description of the current context can be obtained,
 return it.
index 6f3c7d668812c67c113b70aba4a8fe634d3a1768..f1455ffe73b7950abd956adb242e4c38193cc2e9 100644 (file)
@@ -3508,7 +3508,7 @@ canceled the first time the function is entered."
 
 (defun edebug-cancel-on-entry (function)
   "Cause Edebug to not stop when FUNCTION is called.
-The removes the effect of `edebug-on-entry'.  If FUNCTION is is
+The removes the effect of `edebug-on-entry'.  If FUNCTION is
 nil, remove `edebug-on-entry' on all functions."
   (interactive
    (list (let ((name (completing-read
index e66050b713652fa2699a62cd9538ed91b0b79045..0039092fd6e3c8a3b62ecc57753cf693369e91a4 100644 (file)
@@ -46,7 +46,7 @@ A cua-rectangle definition is a vector used for all actions in
 
 TOP is the upper-left corner point.
 
-BOTTOM is the point at the end of line after the the lower-right
+BOTTOM is the point at the end of line after the lower-right
 corner point.
 
 LEFT and RIGHT are column numbers.
index f52747084b2cbb64885aef52c453da5d16488eae..87a905045d43ea17ba5bc40ffe1cdc0804337091 100644 (file)
@@ -1075,7 +1075,7 @@ The installed decode map can be referred by the function `quail-decode-map'."
 KEY is a string meaning a sequence of keystrokes to be translated.
 TRANSLATION is a character, a string, a vector, a Quail map,
  a function, or a cons.
-It it is a character, it is the sole translation of KEY.
+If it is a character, it is the sole translation of KEY.
 If it is a string, each character is a candidate for the translation.
 If it is a vector, each element (string or character) is a candidate
  for the translation.
index d169e40b817ca9a08550e30af33ed799a85ea0d2..a1287926eb919a974347212f5f1e95c29cfb487c 100644 (file)
@@ -105,7 +105,7 @@ This means those subsequent lines are refontified to reflect their new
 syntactic context, after `jit-lock-context-time' seconds.
 If any other value, e.g., `syntax-driven', it means refontification of
 subsequent lines to reflect their new syntactic context may or may not
-occur after `jit-lock-context-time', depending on the the font-lock
+occur after `jit-lock-context-time', depending on the font-lock
 definitions of the buffer.  Specifically, if `font-lock-keywords-only'
 is nil in a buffer, which generally means the syntactic fontification
 is done using the buffer mode's syntax table, the syntactic
index 5c7ffd99897f843a0f7ed1d978441668b236ff4a..ac5e8c3b6fb669d3ea3a5df08a6b74d201a74fd6 100644 (file)
@@ -186,7 +186,7 @@ mean \"try again\"."
 (defvar smtpmail-auth-supported '(cram-md5 plain login)
   "List of supported SMTP AUTH mechanisms.
 The list is in preference order.
-Every element should have a matching `cl-defmethod' for
+Every element should have a matching `cl-defmethod'
 for `smtpmail-try-auth-method'.")
 
 (defvar smtpmail-mail-address nil
index 5148a66724b11c1dc4e0038948ece29269e20e80..5938b8146ef9a1c0faacbbb2b1178af59d0b80be 100644 (file)
@@ -829,7 +829,7 @@ The DICTIONARY is only used for decoding the bytes to display the DESCRIPTION."
 (defun dictionary-display-word-definition (reply word dictionary)
   "Insert the definition in REPLY for the current WORD from DICTIONARY.
 It will replace links which are found in the REPLY and replace
-them with buttons to perform a new search."
+them with buttons to perform a new search."
   (let ((start (point)))
     (insert (dictionary-decode-charset reply dictionary))
     (insert "\n\n")
index a9bc6ef0711e33c817f158540012103707be47e0..7ffee762eb2055564a6045f46275c6ff69675c24 100644 (file)
@@ -313,7 +313,7 @@ Possible values:
 `otherwindow'  Show new buffer in another window (same frame)
 `display'      Display buffer in another window without switching to it
 `otherframe'   Show new buffer in another frame
-`maybe-frame'  If a buffer is visible in another frame, prompt to ask if you
+`maybe-frame'  If a buffer is visible in another frame, prompt to ask if
                you want to see the buffer in the same window of the current
                frame or in the other frame.
 `always-frame'  If a buffer is visible in another frame, raise that
index 9ed6ab954ef59125073669295565899ab57c569a..38e2dd6a02c423ca3df6ff9f5e9419ff7e0fcf24 100644 (file)
@@ -591,7 +591,7 @@ handle this as a special case.
 
 When the function does handle the link, it must return a non-nil value.
 If it decides that it is not responsible for this link, it must return
-nil to indicate that that Org can continue with other options like
+nil to indicate that Org can continue with other options like
 exact and fuzzy text search.")
 
 \f
index 36b8614fe1c8e757fa154bfa0c7010943e968990..c121b8e7aca0589b83f386cf5da81fee706d61e2 100644 (file)
@@ -65,7 +65,7 @@ just like `org-structure-template-alist'.  The tempo snippet
 \"<KEY\" will be expanded using the KEYWORD value.  For example
 \"<L\" at the beginning of a line is expanded to \"#+latex:\".
 
-Do not use \"I\" as a KEY, as it it reserved for expanding
+Do not use \"I\" as a KEY, as it is reserved for expanding
 \"#+include\"."
   :group 'org-tempo
   :type '(repeat (cons (string :tag "Key")
index 41898dc20280658ede26928b722c3f571b07ca66..cebe1735bed3eceb4bbe1e57c85e5ccbf465841f 100644 (file)
@@ -20318,7 +20318,7 @@ unless optional argument NO-INHERITANCE is non-nil."
 
 (defun org-point-at-end-of-empty-headline ()
   "If point is at the end of an empty headline, return t, else nil.
-If the heading only contains a TODO keyword, it is still still considered
+If the heading only contains a TODO keyword, it is still considered
 empty."
   (let ((case-fold-search nil))
     (and (looking-at "[ \t]*$")
index 1b29eafabf79babc18bdfe84a4091a70341761e1..5b1e8bd8b5106c975493b6a98f04cd77886db6ff 100644 (file)
@@ -1318,7 +1318,7 @@ macro before insertion.  For example, it will change
     \\cite[][Chapter 1]{Jones}     -> \\cite[Chapter 1]{Jones}
     \\cite[see][]{Jones}           -> \\cite[see][]{Jones}
     \\cite[see][Chapter 1]{Jones}  -> \\cite{Jones}
-Is is possible that other packages have other conventions about which
+It is possible that other packages have other conventions about which
 optional argument is interpreted how - that is why this cleaning up
 can be turned off."
   :group 'reftex-citation-support
index c891072076332a860f2e3dcef2b71189d3e77bb2..8736f7fd2dc4d335df368bd1b9f02cafb50fbe13 100644 (file)
@@ -519,7 +519,7 @@ This is a regression test for: Bug#3412, Bug#11817."
     (should (eq saved-binding (key-binding "\C-a")))))
 
 (kmacro-tests-deftest kmacro-tests-name-or-bind-to-key-when-no-macro ()
-  "Bind to key, symbol or register fails when when no macro exists."
+  "Bind to key, symbol or register fails when no macro exists."
   (should-error (kmacro-bind-to-key nil))
   (should-error (kmacro-name-last-macro 'kmacro-tests-symbol-for-test))
   (should-error (kmacro-to-register)))