mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
; Fix more trivial typos
This commit is contained in:
parent
611b85b663
commit
ebad35e4d9
@ -1754,7 +1754,7 @@
|
||||
|
||||
* indent/prolog.prolog: Test alignment of ->; with operator at bol.
|
||||
|
||||
* indent/css-mode.css (.x2): Test alignement inside braces.
|
||||
* indent/css-mode.css (.x2): Test alignment inside braces.
|
||||
|
||||
2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
This is a test of `faceup', a regression test system for font-lock
|
||||
keywords. It should use major mode `faceup-test-mode'.
|
||||
|
||||
«(help-echo):"Baloon tip: Fly smoothly!":«w:WARNING»»: The first word on this line should use
|
||||
«(help-echo):"Balloon tip: Fly smoothly!":«w:WARNING»»: The first word on this line should use
|
||||
`font-lock-warning-face', and a tooltip should be displayed if the
|
||||
mouse pointer is moved over it.
|
||||
|
||||
|
@ -1406,7 +1406,7 @@ The door of all subtleties!
|
||||
")
|
||||
|
||||
(ert-deftest files-tests-revert-buffer ()
|
||||
"Test that revert-buffer is succesful."
|
||||
"Test that revert-buffer is successful."
|
||||
(files-tests--with-temp-file temp-file-name
|
||||
(with-temp-buffer
|
||||
(insert files-tests-lao)
|
||||
|
@ -322,7 +322,7 @@
|
||||
(dbus-check-arguments
|
||||
:session dbus--test-service
|
||||
'(:array (:dict-entry :string "string" :boolean t))))
|
||||
;; The second element is `nil' (implicitely). FIXME: Is this right?
|
||||
;; The second element is `nil' (implicitly). FIXME: Is this right?
|
||||
(should
|
||||
(dbus-check-arguments
|
||||
:session dbus--test-service '(:array (:dict-entry :string "string"))))
|
||||
|
@ -556,7 +556,7 @@ yylex FUN0()
|
||||
}
|
||||
#ifdef TEST
|
||||
if(nn==n_usr_funs) {
|
||||
io_error_msg("Couln't turn fp into a ##");
|
||||
io_error_msg("Couldn't turn fp into a ##");
|
||||
parse_error=BAD_FUNC;
|
||||
return ERROR;
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ def foo
|
||||
# Regexp after whitelisted method.
|
||||
"abc".sub /b/, 'd'
|
||||
|
||||
# Don't mis-match "sub" at the end of words.
|
||||
# Don't mismatch "sub" at the end of words.
|
||||
a = asub / aslb + bsub / bslb;
|
||||
|
||||
# Highlight the regexp after "if".
|
||||
|
Loading…
Reference in New Issue
Block a user