Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
46f9949e
Commit
46f9949e
authored
Jul 11, 2021
by
Basil L. Contovounesios
Browse files
; Fix misspellings of 'occurrence' in docs.
parent
5b9daab3
Pipeline
#11368
failed with stages
in 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
doc/lispref/text.texi
doc/lispref/text.texi
+1
-1
lisp/gnus/gnus-search.el
lisp/gnus/gnus-search.el
+6
-6
No files found.
doc/lispref/text.texi
View file @
46f9949e
...
...
@@ -4432,7 +4432,7 @@ ThXs Xs the contents of the buffer before.
@defun subst-char-in-string fromchar tochar string
&
optional inplace
@cindex replace characters in string
This function replaces all occurences of the character @var{fromchar}
This function replaces all occur
r
ences of the character @var{fromchar}
with @var{tochar} in @var{string}. By default, substitution occurs in
a copy of @var{string}, but if the optional argument @var{inplace} is
non-@code{nil}, the function modifies the @var{string} itself. In any
...
...
lisp/gnus/gnus-search.el
View file @
46f9949e
...
...
@@ -448,10 +448,10 @@ auto-completion of contact names and addresses for keys like
Date values (any key in `gnus-search-date-keys') can be provided
in any format that `parse-time-string' can parse (note that this
can produce weird results). Dates with missing bits will be
interpreted as the most recent occurence thereof (i
e
\"march
03\"
is the most recent March 3rd). Lastly, relative
specifications
such as 1d (one day ago) are understood. This
also accepts w, m,
and y. m is assumed to be 30 days.
interpreted as the most recent occur
r
ence thereof (i
.e.
\"march
03\"
is the most recent March 3rd). Lastly, relative
specifications
such as 1d (one day ago) are understood. This
also accepts w, m,
and y. m is assumed to be 30 days.
This function will accept pretty much anything as input. Its
only job is to parse the query into a sexp, and pass that on --
...
...
@@ -644,8 +644,8 @@ gnus-*-mark marks, and return an appropriate string."
"Return a string from the current buffer.
If DELIMITED is non-nil, assume the next character is a delimiter
character, and return everything between point and the next
occurence of the delimiter, including the delimiters themselves.
If TRIM is non-nil, do not return the delimiters. Otherwise,
occur
r
ence of the delimiter, including the delimiters themselves.
If TRIM is non-nil, do not return the delimiters.
Otherwise,
return one word."
;; This function cannot handle nested delimiters, as it's not a
;; proper parser. Ie, you cannot parse "to:bob or (from:bob or
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment