mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; Fix more typos
This commit is contained in:
parent
ceae38b933
commit
d6a2754348
18 changed files with 21 additions and 21 deletions
|
|
@ -960,7 +960,7 @@ Using multiple top-level code sections has the advantage that it
|
||||||
avoids introducing an additional nesting level but it also means that
|
avoids introducing an additional nesting level but it also means that
|
||||||
the section named @samp{Code} does not contain all the code, which is
|
the section named @samp{Code} does not contain all the code, which is
|
||||||
awkward. To avoid that, you should put no code at all inside that
|
awkward. To avoid that, you should put no code at all inside that
|
||||||
section; that way it can be considered a seperator instead of a
|
section; that way it can be considered a separator instead of a
|
||||||
section heading.
|
section heading.
|
||||||
|
|
||||||
Finally, we recommend that you don't end headings with a colon or any
|
Finally, we recommend that you don't end headings with a colon or any
|
||||||
|
|
|
||||||
|
|
@ -841,7 +841,7 @@ keys, as well. (For example, some people use it to bind the VT200
|
||||||
seldom used back-tick key (@samp{`}) to the function @samp{ESC-prefix}
|
seldom used back-tick key (@samp{`}) to the function @samp{ESC-prefix}
|
||||||
so it will behave like an @key{ESC} key.) The second function,
|
so it will behave like an @key{ESC} key.) The second function,
|
||||||
@code{edt-bind-gold-key}, is used to bind emacs commands to gold key
|
@code{edt-bind-gold-key}, is used to bind emacs commands to gold key
|
||||||
sequences involving alpha-numeric keys, special character keys, and
|
sequences involving alphanumeric keys, special character keys, and
|
||||||
control keys.
|
control keys.
|
||||||
|
|
||||||
The third function, @code{edt-bind-function-key}, is terminal dependent
|
The third function, @code{edt-bind-function-key}, is terminal dependent
|
||||||
|
|
|
||||||
|
|
@ -476,7 +476,7 @@ to launch any external programs, set this variable to @code{nil} or
|
||||||
@vindex mm-inline-font-lock
|
@vindex mm-inline-font-lock
|
||||||
If non-@code{nil}, inlined parts that support font locking (for
|
If non-@code{nil}, inlined parts that support font locking (for
|
||||||
instance, patches or code snippets) will be font-locked. This may be
|
instance, patches or code snippets) will be font-locked. This may be
|
||||||
overriden by callers that have their own ways of enabling/inhibiting
|
overridden by callers that have their own ways of enabling/inhibiting
|
||||||
font locking.
|
font locking.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
|
||||||
|
|
@ -29422,7 +29422,7 @@ collection of @acronym{NOV} lines.
|
||||||
@item @acronym{NOV}
|
@item @acronym{NOV}
|
||||||
@cindex @acronym{NOV}
|
@cindex @acronym{NOV}
|
||||||
@acronym{NOV} stands for News OverView, which is a type of news server
|
@acronym{NOV} stands for News OverView, which is a type of news server
|
||||||
header which provide datas containing the condensed header information
|
header which provide data containing the condensed header information
|
||||||
of articles. They are produced by the server itself; in the @code{nntp}
|
of articles. They are produced by the server itself; in the @code{nntp}
|
||||||
back end Gnus uses the ones that the @acronym{NNTP} server makes, but
|
back end Gnus uses the ones that the @acronym{NNTP} server makes, but
|
||||||
Gnus makes them by itself for some backends (in particular, @code{nnml}).
|
Gnus makes them by itself for some backends (in particular, @code{nnml}).
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,7 @@ Failing Scenarios:
|
||||||
cucumber foo/cucumber.feature:6 # Scenario: assertion false (Test::Unit)
|
cucumber foo/cucumber.feature:6 # Scenario: assertion false (Test::Unit)
|
||||||
cucumber foo/cucumber.feature:9 # Scenario: assertion false (RSpec)
|
cucumber foo/cucumber.feature:9 # Scenario: assertion false (RSpec)
|
||||||
cucumber foo/cucumber.feature:12 # Scenario: backtrace in step definition
|
cucumber foo/cucumber.feature:12 # Scenario: backtrace in step definition
|
||||||
cucumber foo/cucumber.feature:15 # Scenario: deeep backtrace in step definition
|
cucumber foo/cucumber.feature:15 # Scenario: deep backtrace in step definition
|
||||||
|
|
||||||
5 scenarios (4 failed, 1 undefined)
|
5 scenarios (4 failed, 1 undefined)
|
||||||
5 steps (4 failed, 1 undefined)
|
5 steps (4 failed, 1 undefined)
|
||||||
|
|
|
||||||
|
|
@ -164,7 +164,7 @@ Has virtual :start and :end initializers.")
|
||||||
|
|
||||||
(cl-defmethod srecode-overlaid-text ((olaid srecode-overlaid) &optional set-to)
|
(cl-defmethod srecode-overlaid-text ((olaid srecode-overlaid) &optional set-to)
|
||||||
"Return the text under OLAID.
|
"Return the text under OLAID.
|
||||||
If SET-TO is a string, then replace the text of OLAID wit SET-TO."
|
If SET-TO is a string, then replace the text of OLAID with SET-TO."
|
||||||
(let* ((ol (oref olaid overlay))
|
(let* ((ol (oref olaid overlay))
|
||||||
(start (overlay-start ol)))
|
(start (overlay-start ol)))
|
||||||
(if (not (stringp set-to))
|
(if (not (stringp set-to))
|
||||||
|
|
|
||||||
|
|
@ -2041,7 +2041,7 @@ Patched to remove the most recent completion."
|
||||||
|
|
||||||
;; All common separators (eg. space "(" ")" """) characters go through a
|
;; All common separators (eg. space "(" ")" """) characters go through a
|
||||||
;; function to add new words to the list of words to complete from.
|
;; function to add new words to the list of words to complete from.
|
||||||
;; If the character before this was an alpha-numeric then this adds the
|
;; If the character before this was an alphanumeric then this adds the
|
||||||
;; symbol before point to the completion list (using ADD-COMPLETION).
|
;; symbol before point to the completion list (using ADD-COMPLETION).
|
||||||
|
|
||||||
(defvar completion-separator-chars
|
(defvar completion-separator-chars
|
||||||
|
|
|
||||||
|
|
@ -109,8 +109,8 @@
|
||||||
;; file.
|
;; file.
|
||||||
|
|
||||||
;; CREDITS:
|
;; CREDITS:
|
||||||
;; Many thanks go to TUSC Computer Systems Pty Ltd for providing an environ-
|
;; Many thanks go to TUSC Computer Systems Pty Ltd for providing an
|
||||||
;; ment that made the development of this package possible.
|
;; environment that made the development of this package possible.
|
||||||
;;
|
;;
|
||||||
;; Many thanks also go to all those who provided valuable feedback throughout
|
;; Many thanks also go to all those who provided valuable feedback throughout
|
||||||
;; the development of this package:
|
;; the development of this package:
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ Vietnamese")
|
||||||
;; For each group (row) of 2-byte character sets.
|
;; For each group (row) of 2-byte character sets.
|
||||||
|
|
||||||
(define-category ?A "2-byte alnum
|
(define-category ?A "2-byte alnum
|
||||||
Alpha-numeric characters of 2-byte character sets")
|
Alphanumeric characters of 2-byte character sets")
|
||||||
(define-category ?C "2-byte han
|
(define-category ?C "2-byte han
|
||||||
Chinese (Han) characters of 2-byte character sets")
|
Chinese (Han) characters of 2-byte character sets")
|
||||||
(define-category ?G "2-byte Greek
|
(define-category ?G "2-byte Greek
|
||||||
|
|
|
||||||
|
|
@ -671,7 +671,7 @@ PROPS are additional properties."
|
||||||
&rest body)
|
&rest body)
|
||||||
"Define a menu-bar toggle command.
|
"Define a menu-bar toggle command.
|
||||||
See `menu-bar-make-toggle-command', for which this is a
|
See `menu-bar-make-toggle-command', for which this is a
|
||||||
compatability wrapper. BODY is passed in as SETTING-SEXP in that macro."
|
compatibility wrapper. BODY is passed in as SETTING-SEXP in that macro."
|
||||||
(declare (obsolete menu-bar-make-toggle-command "28.1"))
|
(declare (obsolete menu-bar-make-toggle-command "28.1"))
|
||||||
`(menu-bar-make-toggle-command ,command ,variable ,item-name ,message ,help
|
`(menu-bar-make-toggle-command ,command ,variable ,item-name ,message ,help
|
||||||
,(and body
|
,(and body
|
||||||
|
|
|
||||||
|
|
@ -258,7 +258,7 @@
|
||||||
;; (or some similar separator), or by one of the special keywords
|
;; (or some similar separator), or by one of the special keywords
|
||||||
;; corresponding to builtin functions that can take their first arg
|
;; corresponding to builtin functions that can take their first arg
|
||||||
;; without parentheses. Of course, that presume we're looking at the
|
;; without parentheses. Of course, that presume we're looking at the
|
||||||
;; *opening* slash. We can afford to mis-match the closing ones
|
;; *opening* slash. We can afford to mismatch the closing ones
|
||||||
;; here, because they will be re-treated separately later in
|
;; here, because they will be re-treated separately later in
|
||||||
;; perl-font-lock-special-syntactic-constructs.
|
;; perl-font-lock-special-syntactic-constructs.
|
||||||
((concat perl--syntax-exp-intro-regexp "\\(/\\)")
|
((concat perl--syntax-exp-intro-regexp "\\(/\\)")
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ dnl Check to see whether a particular set of modules exists. Similar to
|
||||||
dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
|
dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
|
||||||
dnl
|
dnl
|
||||||
dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
||||||
dnl only at the first occurence in configure.ac, so if the first place
|
dnl only at the first occurrence in configure.ac, so if the first place
|
||||||
dnl it's called might be skipped (such as if it is within an "if", you
|
dnl it's called might be skipped (such as if it is within an "if", you
|
||||||
dnl have to call PKG_CHECK_EXISTS manually
|
dnl have to call PKG_CHECK_EXISTS manually
|
||||||
AC_DEFUN([PKG_CHECK_EXISTS],
|
AC_DEFUN([PKG_CHECK_EXISTS],
|
||||||
|
|
|
||||||
|
|
@ -224,7 +224,7 @@ set_clipboard_data (unsigned Format, void *Data, unsigned Size, int Raw)
|
||||||
|
|
||||||
if (!Raw)
|
if (!Raw)
|
||||||
{
|
{
|
||||||
/* avoid using strchr because it recomputes the length everytime */
|
/* avoid using strchr because it recomputes the length every time */
|
||||||
while ((dp = memchr (dp, '\n', Size - (dp - dstart))) != 0)
|
while ((dp = memchr (dp, '\n', Size - (dp - dstart))) != 0)
|
||||||
{
|
{
|
||||||
truelen++;
|
truelen++;
|
||||||
|
|
|
||||||
|
|
@ -956,7 +956,7 @@ DEFUN ("w32-get-clipboard-data", Fw32_get_clipboard_data,
|
||||||
|
|
||||||
truelen = nbytes;
|
truelen = nbytes;
|
||||||
dst = src;
|
dst = src;
|
||||||
/* avoid using strchr because it recomputes the length everytime */
|
/* avoid using strchr because it recomputes the length every time */
|
||||||
while ((dst = memchr (dst, '\r', nbytes - (dst - src))) != NULL)
|
while ((dst = memchr (dst, '\r', nbytes - (dst - src))) != NULL)
|
||||||
{
|
{
|
||||||
if (dst[1] == '\n') /* safe because of trailing '\0' */
|
if (dst[1] == '\n') /* safe because of trailing '\0' */
|
||||||
|
|
|
||||||
|
|
@ -316,7 +316,7 @@
|
||||||
(dbus-check-arguments :session dbus--test-service :double "string")
|
(dbus-check-arguments :session dbus--test-service :double "string")
|
||||||
:type 'wrong-type-argument)
|
:type 'wrong-type-argument)
|
||||||
|
|
||||||
;; `:unix-fd'. UNIX file descriptors are transfered out-of-band.
|
;; `:unix-fd'. UNIX file descriptors are transferred out-of-band.
|
||||||
;; We do not support this, and so we cannot do much testing here for
|
;; We do not support this, and so we cannot do much testing here for
|
||||||
;; `:unix-fd' being an argument (which is an index to the file
|
;; `:unix-fd' being an argument (which is an index to the file
|
||||||
;; descriptor in the array of file descriptors that accompany the
|
;; descriptor in the array of file descriptors that accompany the
|
||||||
|
|
|
||||||
|
|
@ -339,7 +339,7 @@ def func(arg):
|
||||||
# I don't do much
|
# I don't do much
|
||||||
return arg
|
return arg
|
||||||
# This comment is badly indented because the user forced so.
|
# This comment is badly indented because the user forced so.
|
||||||
# At this line python.el wont dedent, user is always right.
|
# At this line python.el won't dedent, user is always right.
|
||||||
|
|
||||||
comment_wins_over_ender = True
|
comment_wins_over_ender = True
|
||||||
|
|
||||||
|
|
@ -358,7 +358,7 @@ comment_wins_over_ender = True
|
||||||
;; The return keyword do make indentation lose a level...
|
;; The return keyword do make indentation lose a level...
|
||||||
(should (= (python-indent-calculate-indentation) 0))
|
(should (= (python-indent-calculate-indentation) 0))
|
||||||
;; ...but the current indentation was forced by the user.
|
;; ...but the current indentation was forced by the user.
|
||||||
(python-tests-look-at "# At this line python.el wont dedent")
|
(python-tests-look-at "# At this line python.el won't dedent")
|
||||||
(should (eq (car (python-indent-context)) :after-comment))
|
(should (eq (car (python-indent-context)) :after-comment))
|
||||||
(should (= (python-indent-calculate-indentation) 4))
|
(should (= (python-indent-calculate-indentation) 4))
|
||||||
;; Should behave the same for blank lines: potentially a comment.
|
;; Should behave the same for blank lines: potentially a comment.
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ void foo(void) {
|
||||||
; // #4# ( "Mumble" "get" )
|
; // #4# ( "Mumble" "get" )
|
||||||
}
|
}
|
||||||
|
|
||||||
// What happens if a type your looking for is scoped withing a type,
|
// What happens if a type your looking for is scoped within a type,
|
||||||
// but you are one level into the completion so the originating scope
|
// but you are one level into the completion so the originating scope
|
||||||
// excludes the type of the variable you are completing through?
|
// excludes the type of the variable you are completing through?
|
||||||
// Thanks Martin Stein for this nice example.
|
// Thanks Martin Stein for this nice example.
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ aa\) !
|
||||||
. \0 0 1
|
. \0 0 1
|
||||||
|
|
||||||
;
|
;
|
||||||
; now move on to the repetion ops,
|
; now move on to the repetition ops,
|
||||||
; starting with operator *
|
; starting with operator *
|
||||||
- match_default normal REG_EXTENDED
|
- match_default normal REG_EXTENDED
|
||||||
a* b 0 0
|
a* b 0 0
|
||||||
|
|
@ -275,7 +275,7 @@ a(b*)c\1d abbcbbbd -1 -1
|
||||||
^(.)\1 abc -1 -1
|
^(.)\1 abc -1 -1
|
||||||
a([bc])\1d abcdabbd 4 8 5 6
|
a([bc])\1d abcdabbd 4 8 5 6
|
||||||
; strictly speaking this is at best ambiguous, at worst wrong, this is what most
|
; strictly speaking this is at best ambiguous, at worst wrong, this is what most
|
||||||
; re implimentations will match though.
|
; re implementations will match though.
|
||||||
a(([bc])\2)*d abbccd 0 6 3 5 3 4
|
a(([bc])\2)*d abbccd 0 6 3 5 3 4
|
||||||
|
|
||||||
a(([bc])\2)*d abbcbd -1 -1
|
a(([bc])\2)*d abbcbd -1 -1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue