; Fix typos
This commit is contained in:
parent
dd81e767b7
commit
fc8b09484a
8 changed files with 10 additions and 8 deletions
|
@ -137530,7 +137530,7 @@
|
|||
Bind `enable-local-variables' in `hack-connection-local-variables'
|
||||
|
||||
* lisp/files-x.el (hack-connection-local-variables):
|
||||
Bind `enable-local-variables', instead of re-declaring
|
||||
Bind `enable-local-variables', instead of redeclaring
|
||||
`safe-local-variable-p'.
|
||||
|
||||
2019-03-23 Eli Zaretskii <eliz@gnu.org>
|
||||
|
@ -163179,7 +163179,7 @@
|
|||
|
||||
Quieten compilation of octave.el
|
||||
|
||||
* lisp/progmodes/octave.el (compilation-forget-errors): Re-declare.
|
||||
* lisp/progmodes/octave.el (compilation-forget-errors): Redeclare.
|
||||
|
||||
2018-02-28 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
|
|
|
@ -1583,3 +1583,5 @@ VERY VERY LONG STRIN | VERY VERY LONG STRIN
|
|||
(ert-info ("Joined by bouncer to #chan@foonet, pal persent")
|
||||
(ert-info ("Joined by bouncer to #chan@barnet, pal persent")
|
||||
.UE .
|
||||
(0.03 ":bob!~u@euegh6mj3y8r2.irc PRIVMSG #chan :alice: See, by good hap, yonder's my lord; I have sweat to see his honour.")
|
||||
(0.05 ":bob!~u@euegh6mj3y8r2.irc PRIVMSG #chan :alice: But, in defence, by mercy, 'tis most just.")
|
||||
|
|
|
@ -171,7 +171,7 @@ Derived from the advertised \"PREFIX\" ISUPPORT parameter."
|
|||
|
||||
;; After dropping 28, we can use prefixed "erc-autoload" cookies.
|
||||
(defun erc--normalize-module-symbol (symbol)
|
||||
"Return preferred SYMBOL for `erc--modules'."
|
||||
"Return preferred SYMBOL for `erc--module'."
|
||||
(while-let ((canonical (get symbol 'erc--module))
|
||||
((not (eq canonical symbol))))
|
||||
(setq symbol canonical))
|
||||
|
|
|
@ -6815,7 +6815,7 @@ stand-in from the fallback value \"(qaohv)~&@%+\"."
|
|||
"Return numeric rank for CHAR or nil if unknown.
|
||||
For example, given letters \"qaohv\" return 1 for ?v, 2 for ?h,
|
||||
and 4 for ?o, etc. If given, expect PARSED-PREFIX to be a
|
||||
`erc--parse-prefix' object. With FROM-PREFIX-P, expect CHAR to
|
||||
`erc--parsed-prefix' object. With FROM-PREFIX-P, expect CHAR to
|
||||
be a prefix instead."
|
||||
(and-let* ((obj (or parsed-prefix (erc--parsed-prefix)))
|
||||
(pos (erc--strpos char (if from-prefix-p
|
||||
|
|
|
@ -285,7 +285,7 @@ QUOTED is passed to `eshell-concat' (which see) and, if non-nil,
|
|||
allows values to be converted to numbers where appropriate.
|
||||
|
||||
ARGS should be a list of lists of arguments, such as that
|
||||
produced by `eshell-prepare-slice'. \"Adjacent\" values of
|
||||
produced by `eshell-prepare-splice'. \"Adjacent\" values of
|
||||
consecutive arguments will be passed to `eshell-concat'. For
|
||||
example, if ARGS is
|
||||
|
||||
|
|
|
@ -343,7 +343,7 @@ suitable for forms processing.")
|
|||
|
||||
(defvar forms-write-file-filter nil
|
||||
"The name of a function that is called before writing the data file.
|
||||
This can be used to undo the effects of `form-read-file-filter'.")
|
||||
This can be used to undo the effects of `forms-read-file-filter'.")
|
||||
|
||||
(defvar forms-new-record-filter nil
|
||||
"The name of a function that is called when a new record is created.")
|
||||
|
|
|
@ -591,7 +591,7 @@ It is nil if Eglot is not byte-complied.")
|
|||
(let ((vec (copy-sequence url-path-allowed-chars)))
|
||||
(aset vec ?: nil) ;; see github#639
|
||||
vec)
|
||||
"Like `url-path-allows-chars' but more restrictive.")
|
||||
"Like `url-path-allowed-chars' but more restrictive.")
|
||||
|
||||
|
||||
;;; Message verification helpers
|
||||
|
|
|
@ -5374,7 +5374,7 @@ mark_fns (void)
|
|||
}
|
||||
}
|
||||
|
||||
/* Find the hash_table_test object correponding to the (bare) symbol TEST,
|
||||
/* Find the hash_table_test object corresponding to the (bare) symbol TEST,
|
||||
creating one if none existed. */
|
||||
static struct hash_table_test *
|
||||
get_hash_table_user_test (Lisp_Object test)
|
||||
|
|
Loading…
Add table
Reference in a new issue