Skip to content

Commit 6b4a97c

Browse files
committed
Fix some quoting glitches in doc strings
1 parent 2697962 commit 6b4a97c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+176
-175
lines changed

lisp/calendar/cal-dst.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ list and for correcting times of day in the solar and lunar calculations.
6161
For example, if daylight saving time is mandated to start on October 1,
6262
you would set `calendar-daylight-savings-starts' to
6363
64-
'(10 1 year)
64+
(10 1 year)
6565
6666
If it starts on the first Sunday in April, you would set it to
6767
68-
'(calendar-nth-named-day 1 0 4 year)
68+
(calendar-nth-named-day 1 0 4 year)
6969
7070
If the locale never uses daylight saving time, set this to nil."
7171
:type 'sexp

lisp/calendar/cal-tex.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
(defcustom cal-tex-which-days '(0 1 2 3 4 5 6)
7272
"The days of the week that are displayed on the portrait monthly calendar.
7373
Sunday is 0, Monday is 1, and so on. The default is to print from Sunday to
74-
Saturday. For example, use '(1 3 5) to only print Monday, Wednesday, Friday."
74+
Saturday. For example, (1 3 5) prints only Monday, Wednesday, Friday."
7575
:type '(repeat integer)
7676
:group 'calendar-tex)
7777

@@ -109,7 +109,7 @@ date in the weekly calendars, and in the top center of daily calendars.
109109
The default is ordinal day number of the year and the number of
110110
days remaining. As an example, setting this to
111111
112-
'(calendar-hebrew-date-string date)
112+
(calendar-hebrew-date-string date)
113113
114114
will put the Hebrew date at the bottom of each day."
115115
:type 'sexp

lisp/cedet/cedet-cscope.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
(defun cedet-cscope-search (searchtext texttype type scope)
4040
"Perform a search with CScope, return the created buffer.
4141
SEARCHTEXT is text to find.
42-
TEXTTYPE is the type of text, such as 'regexp, 'string, 'tagname,
43-
'tagregexp, or 'tagcompletions.
42+
TEXTTYPE is the type of text, such as `regexp', `string', `tagname',
43+
`tagregexp', or `tagcompletions'.
4444
TYPE is the type of search, meaning that SEARCHTEXT is compared to
4545
filename, tagname (tags table), references (uses of a tag) , or
4646
symbol (uses of something not in the tag table.)
47-
SCOPE is the scope of the search, such as 'project or 'subdirs."
47+
SCOPE is the scope of the search, such as `project' or `subdir'."
4848
;; CScope is an interactive program. It uses number flags
4949
;; in order to perform command line searches. Useful for this
5050
;; tool are:

lisp/cedet/cedet-global.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ GTAGS is used to create the tags table queried by the `global' command."
4444
(defun cedet-gnu-global-search (searchtext texttype type scope)
4545
"Perform a search with GNU Global, return the created buffer.
4646
SEARCHTEXT is text to find.
47-
TEXTTYPE is the type of text, such as 'regexp, 'string, 'tagname,
48-
'tagregexp, or 'tagcompletions.
47+
TEXTTYPE is the type of text, such as `regexp', `string', `tagname',
48+
`tagregexp', or `tagcompletions'.
4949
TYPE is the type of search, meaning that SEARCHTEXT is compared to
5050
filename, tagname (tags table), references (uses of a tag) , or
5151
symbol (uses of something not in the tag table.)
52-
SCOPE is the scope of the search, such as 'project or 'subdirs."
52+
SCOPE is the scope of the search, such as `project' or `subdirs'."
5353
(let ((flgs (cond ((eq type 'file)
5454
"-a")
5555
(t "-xa")))

lisp/cedet/cedet-idutils.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
(defun cedet-idutils-search (searchtext texttype type scope)
5353
"Perform a search with ID Utils, return the created buffer.
5454
SEARCHTEXT is text to find.
55-
TEXTTYPE is the type of text, such as 'regexp, 'string, 'tagname,
56-
'tagregexp, or 'tagcompletions.
55+
TEXTTYPE is the type of text, such as `regexp', `string', `tagname',
56+
`tagregexp', or `tagcompletions'.
5757
TYPE is the type of search, meaning that SEARCHTEXT is compared to
5858
filename, tagname (tags table), references (uses of a tag) , or
5959
symbol (uses of something not in the tag table.)
60-
SCOPE is the scope of the search, such as 'project or 'subdirs.
60+
SCOPE is the scope of the search, such as `project' or `subdirs'.
6161
Note: Scope is not yet supported."
6262
(if (eq type 'file)
6363
;; Calls for file stuff is very simple.

lisp/cedet/ede/files.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ FILENAME should be just a filename which occurs in a directory controlled
425425
by this project.
426426
Optional argument FORCE forces the default filename to be provided even if it
427427
doesn't exist.
428-
If FORCE equals 'newfile, then the cache is ignored and a new file in THIS
428+
If FORCE equals `newfile', then the cache is ignored and a new file in THIS
429429
is returned."
430430
(require 'ede/locate)
431431
(let* ((loc (ede-get-locator-object this))

lisp/cedet/ede/srecode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ updated in FORMS."
7575
TEMPLATE should specify a context by using a string format of:
7676
context:templatename
7777
Add DICTIONARY-ENTRIES into the dictionary before insertion.
78-
Note: Just like `srecode-insert', but templates found in 'ede app."
78+
Note: Just like `srecode-insert', but templates found in `ede' app."
7979
(require 'srecode/insert)
8080
(ede-srecode-insert-with-dictionary template
8181

lisp/cedet/semantic/analyze.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ This function knows of flags:
356356
(defun semantic-analyze-find-tag (name &optional tagclass scope)
357357
"Return the first tag found with NAME or nil if not found.
358358
Optional argument TAGCLASS specifies the class of tag to return,
359-
such as 'function or 'variable.
359+
such as `function' or `variable'.
360360
Optional argument SCOPE specifies a scope object which has
361361
additional tags which are in SCOPE and do not need prefixing to
362362
find.

lisp/cedet/semantic/ctxt.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Used for identifying arguments to functions.")
5555
Return non-nil if there are no more context levels.
5656
Overloaded functions using `up-context' take no parameters.
5757
BOUNDS-TYPE is a symbol representing a tag class to restrict
58-
movement to. If this is nil, 'function is used.
58+
movement to. If this is nil, `function' is used.
5959
This will find the smallest tag of that class (function, variable,
6060
type, etc) and make sure non-nil is returned if you cannot
6161
go up past the bounds of that tag."

lisp/cedet/semantic/db-find.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Default action as described in `semanticdb-find-translate-path'."
434434
"All include tags scanned, plus action taken on the tag.
435435
Each entry is an alist:
436436
(ACTION . TAG)
437-
where ACTION is one of 'scanned, 'duplicate, 'lost
437+
where ACTION is one of `scanned', `duplicate', `lost'
438438
and TAG is a clone of the include tag that was found.")
439439
(make-variable-buffer-local 'semanticdb-find-scanned-include-tags)
440440

0 commit comments

Comments
 (0)