diff options
| -rw-r--r-- | lisp/cedet/semantic/db-find.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/db.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/edit.el | 2 | ||||
| -rw-r--r-- | lisp/language/misc-lang.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-inlinetask.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/rst.el | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lisp/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el index c678739671c..1f5de71c53d 100644 --- a/lisp/cedet/semantic/db-find.el +++ b/lisp/cedet/semantic/db-find.el | |||
| @@ -930,7 +930,7 @@ but should be good enough for debugging assertions." | |||
| 930 | (length result)))) | 930 | (length result)))) |
| 931 | 931 | ||
| 932 | (defun semanticdb-find-result-with-nil-p (resultp) | 932 | (defun semanticdb-find-result-with-nil-p (resultp) |
| 933 | "Non-nil of RESULTP is in the form of a semanticdb search result. | 933 | "Non-nil if RESULTP is in the form of a semanticdb search result. |
| 934 | The value nil is valid where a TABLE usually is, but only if the TAG | 934 | The value nil is valid where a TABLE usually is, but only if the TAG |
| 935 | results include overlays. | 935 | results include overlays. |
| 936 | This query only really tests the first entry in the list that is RESULTP, | 936 | This query only really tests the first entry in the list that is RESULTP, |
diff --git a/lisp/cedet/semantic/db.el b/lisp/cedet/semantic/db.el index e7ee879bf39..4d9daaf54ef 100644 --- a/lisp/cedet/semantic/db.el +++ b/lisp/cedet/semantic/db.el | |||
| @@ -595,7 +595,7 @@ This will call `semantic-fetch-tags' if that file is in memory." | |||
| 595 | (kill-buffer buff)))))) | 595 | (kill-buffer buff)))))) |
| 596 | 596 | ||
| 597 | (cl-defmethod semanticdb-needs-refresh-p ((obj semanticdb-table)) | 597 | (cl-defmethod semanticdb-needs-refresh-p ((obj semanticdb-table)) |
| 598 | "Return non-nil of OBJ's tag list is out of date. | 598 | "Return non-nil if OBJ's tag list is out of date. |
| 599 | The file associated with OBJ does not need to be in a buffer." | 599 | The file associated with OBJ does not need to be in a buffer." |
| 600 | (let* ((ff (semanticdb-full-filename obj)) | 600 | (let* ((ff (semanticdb-full-filename obj)) |
| 601 | (buff (semanticdb-in-buffer-p obj)) | 601 | (buff (semanticdb-in-buffer-p obj)) |
diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el index 78822c487ae..fc0a05a6a6e 100644 --- a/lisp/cedet/semantic/edit.el +++ b/lisp/cedet/semantic/edit.el | |||
| @@ -221,7 +221,7 @@ Argument START, END, and LENGTH specify the bounds of the change." | |||
| 221 | ) | 221 | ) |
| 222 | 222 | ||
| 223 | (defun semantic-edits-change-in-one-tag-p (change hits) | 223 | (defun semantic-edits-change-in-one-tag-p (change hits) |
| 224 | "Return non-nil of the overlay CHANGE exists solely in one leaf tag. | 224 | "Return non-nil if the overlay CHANGE exists solely in one leaf tag. |
| 225 | HITS is the list of tags that CHANGE is in. It can have more than | 225 | HITS is the list of tags that CHANGE is in. It can have more than |
| 226 | one tag in it if the leaf tag is within a parent tag." | 226 | one tag in it if the leaf tag is within a parent tag." |
| 227 | (and (< (semantic-tag-start (car hits)) | 227 | (and (< (semantic-tag-start (car hits)) |
diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el index f6179dc1fbf..a63c3a21091 100644 --- a/lisp/language/misc-lang.el +++ b/lisp/language/misc-lang.el | |||
| @@ -76,7 +76,7 @@ and Italian."))) | |||
| 76 | (documentation . "Bidirectional editing is supported."))) | 76 | (documentation . "Bidirectional editing is supported."))) |
| 77 | 77 | ||
| 78 | (defcustom arabic-shaper-ZWNJ-handling nil | 78 | (defcustom arabic-shaper-ZWNJ-handling nil |
| 79 | "How to handle ZWMJ in Arabic text renderling. | 79 | "How to handle ZWMJ in Arabic text rendering. |
| 80 | This variable controls the way to handle a glyph for ZWNJ | 80 | This variable controls the way to handle a glyph for ZWNJ |
| 81 | returned by the underling shaping engine. | 81 | returned by the underling shaping engine. |
| 82 | 82 | ||
diff --git a/lisp/org/org-inlinetask.el b/lisp/org/org-inlinetask.el index 360b1bcfdb0..4a8e43db03b 100644 --- a/lisp/org/org-inlinetask.el +++ b/lisp/org/org-inlinetask.el | |||
| @@ -114,7 +114,7 @@ When nil, the first star is not shown." | |||
| 114 | (defcustom org-inlinetask-default-state nil | 114 | (defcustom org-inlinetask-default-state nil |
| 115 | "Non-nil means make inline tasks have a TODO keyword initially. | 115 | "Non-nil means make inline tasks have a TODO keyword initially. |
| 116 | This should be the state `org-inlinetask-insert-task' should use by | 116 | This should be the state `org-inlinetask-insert-task' should use by |
| 117 | default, or nil of no state should be assigned." | 117 | default, or nil if no state should be assigned." |
| 118 | :group 'org-inlinetask | 118 | :group 'org-inlinetask |
| 119 | :version "24.1" | 119 | :version "24.1" |
| 120 | :type '(choice | 120 | :type '(choice |
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 5534294738c..146d9b95f1a 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -3486,7 +3486,7 @@ applied to each line like this | |||
| 3486 | COUNT is 0 before the first paragraph and increments for every | 3486 | COUNT is 0 before the first paragraph and increments for every |
| 3487 | paragraph found on level IND. IN-FIRST is non-nil if this is the | 3487 | paragraph found on level IND. IN-FIRST is non-nil if this is the |
| 3488 | first line of such a paragraph. IN-SUB is non-nil if this line | 3488 | first line of such a paragraph. IN-SUB is non-nil if this line |
| 3489 | is part of a sub-block while IN-SUPER is non-nil of this line is | 3489 | is part of a sub-block while IN-SUPER is non-nil if this line is |
| 3490 | part of a less indented block (super-block). IN-EMPTY is non-nil | 3490 | part of a less indented block (super-block). IN-EMPTY is non-nil |
| 3491 | if this line is empty where an empty line is considered being | 3491 | if this line is empty where an empty line is considered being |
| 3492 | part of the previous block. RELIND is nil for an empty line, 0 | 3492 | part of the previous block. RELIND is nil for an empty line, 0 |