; Spelling fixes
This commit is contained in:
parent
0485aa76c9
commit
0d004ed01a
6 changed files with 6 additions and 6 deletions
|
@ -930,7 +930,7 @@ but should be good enough for debugging assertions."
|
||||||
(length result))))
|
(length result))))
|
||||||
|
|
||||||
(defun semanticdb-find-result-with-nil-p (resultp)
|
(defun semanticdb-find-result-with-nil-p (resultp)
|
||||||
"Non-nil of RESULTP is in the form of a semanticdb search result.
|
"Non-nil if RESULTP is in the form of a semanticdb search result.
|
||||||
The value nil is valid where a TABLE usually is, but only if the TAG
|
The value nil is valid where a TABLE usually is, but only if the TAG
|
||||||
results include overlays.
|
results include overlays.
|
||||||
This query only really tests the first entry in the list that is RESULTP,
|
This query only really tests the first entry in the list that is RESULTP,
|
||||||
|
|
|
@ -595,7 +595,7 @@ This will call `semantic-fetch-tags' if that file is in memory."
|
||||||
(kill-buffer buff))))))
|
(kill-buffer buff))))))
|
||||||
|
|
||||||
(cl-defmethod semanticdb-needs-refresh-p ((obj semanticdb-table))
|
(cl-defmethod semanticdb-needs-refresh-p ((obj semanticdb-table))
|
||||||
"Return non-nil of OBJ's tag list is out of date.
|
"Return non-nil if OBJ's tag list is out of date.
|
||||||
The file associated with OBJ does not need to be in a buffer."
|
The file associated with OBJ does not need to be in a buffer."
|
||||||
(let* ((ff (semanticdb-full-filename obj))
|
(let* ((ff (semanticdb-full-filename obj))
|
||||||
(buff (semanticdb-in-buffer-p obj))
|
(buff (semanticdb-in-buffer-p obj))
|
||||||
|
|
|
@ -221,7 +221,7 @@ Argument START, END, and LENGTH specify the bounds of the change."
|
||||||
)
|
)
|
||||||
|
|
||||||
(defun semantic-edits-change-in-one-tag-p (change hits)
|
(defun semantic-edits-change-in-one-tag-p (change hits)
|
||||||
"Return non-nil of the overlay CHANGE exists solely in one leaf tag.
|
"Return non-nil if the overlay CHANGE exists solely in one leaf tag.
|
||||||
HITS is the list of tags that CHANGE is in. It can have more than
|
HITS is the list of tags that CHANGE is in. It can have more than
|
||||||
one tag in it if the leaf tag is within a parent tag."
|
one tag in it if the leaf tag is within a parent tag."
|
||||||
(and (< (semantic-tag-start (car hits))
|
(and (< (semantic-tag-start (car hits))
|
||||||
|
|
|
@ -76,7 +76,7 @@ and Italian.")))
|
||||||
(documentation . "Bidirectional editing is supported.")))
|
(documentation . "Bidirectional editing is supported.")))
|
||||||
|
|
||||||
(defcustom arabic-shaper-ZWNJ-handling nil
|
(defcustom arabic-shaper-ZWNJ-handling nil
|
||||||
"How to handle ZWMJ in Arabic text renderling.
|
"How to handle ZWMJ in Arabic text rendering.
|
||||||
This variable controls the way to handle a glyph for ZWNJ
|
This variable controls the way to handle a glyph for ZWNJ
|
||||||
returned by the underling shaping engine.
|
returned by the underling shaping engine.
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ When nil, the first star is not shown."
|
||||||
(defcustom org-inlinetask-default-state nil
|
(defcustom org-inlinetask-default-state nil
|
||||||
"Non-nil means make inline tasks have a TODO keyword initially.
|
"Non-nil means make inline tasks have a TODO keyword initially.
|
||||||
This should be the state `org-inlinetask-insert-task' should use by
|
This should be the state `org-inlinetask-insert-task' should use by
|
||||||
default, or nil of no state should be assigned."
|
default, or nil if no state should be assigned."
|
||||||
:group 'org-inlinetask
|
:group 'org-inlinetask
|
||||||
:version "24.1"
|
:version "24.1"
|
||||||
:type '(choice
|
:type '(choice
|
||||||
|
|
|
@ -3486,7 +3486,7 @@ applied to each line like this
|
||||||
COUNT is 0 before the first paragraph and increments for every
|
COUNT is 0 before the first paragraph and increments for every
|
||||||
paragraph found on level IND. IN-FIRST is non-nil if this is the
|
paragraph found on level IND. IN-FIRST is non-nil if this is the
|
||||||
first line of such a paragraph. IN-SUB is non-nil if this line
|
first line of such a paragraph. IN-SUB is non-nil if this line
|
||||||
is part of a sub-block while IN-SUPER is non-nil of this line is
|
is part of a sub-block while IN-SUPER is non-nil if this line is
|
||||||
part of a less indented block (super-block). IN-EMPTY is non-nil
|
part of a less indented block (super-block). IN-EMPTY is non-nil
|
||||||
if this line is empty where an empty line is considered being
|
if this line is empty where an empty line is considered being
|
||||||
part of the previous block. RELIND is nil for an empty line, 0
|
part of the previous block. RELIND is nil for an empty line, 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue