diff options
| author | Juanma Barranquero | 2019-09-19 04:32:25 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2019-09-19 04:32:25 +0200 |
| commit | 79a01866a01754b9f566af76ef96e80cd90d094b (patch) | |
| tree | f08a0ba4abd3caca32ad82e582e9327bdc43e569 /lisp/org | |
| parent | 34f1035e878a06ad181ff7fc533cd1fa0a565847 (diff) | |
| download | emacs-79a01866a01754b9f566af76ef96e80cd90d094b.tar.gz emacs-79a01866a01754b9f566af76ef96e80cd90d094b.zip | |
lisp/*.el, src/*.c: Fix typos in docstrings
* lisp/apropos.el (apropos-do-all):
* lisp/auth-source-pass.el (auth-source-pass--select-from-entries):
* lisp/auth-source.el (auth-source-user-or-password):
* lisp/calc/calc-forms.el (math-tzone-names):
* lisp/calendar/diary-lib.el (diary-face-attrs)
(diary-mark-entries-1):
* lisp/cedet/cedet-files.el (cedet-files-list-recursively):
* lisp/cedet/ede.el (ede-constructing, ede-deep-rescan):
* lisp/cedet/ede/cpp-root.el (ede-cpp-root-header-file-p):
* lisp/cedet/ede/proj.el (ede-proj-target-makefile):
* lisp/cedet/inversion.el (inversion-check-version)
(inversion-test):
* lisp/cedet/mode-local.el (mode-local-map-file-buffers):
* lisp/cedet/semantic/complete.el (semantic-displayer-ghost):
* lisp/cedet/semantic/db-find.el (semanticdb-find-translate-path-default):
* lisp/cedet/semantic/db.el (semanticdb-table)
(semanticdb-search-system-databases):
* lisp/cedet/semantic/imenu.el (semantic-imenu-index-directory):
* lisp/cedet/semantic/java.el (semantic-java-doc-keywords-map):
* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-use-headers-flag):
* lisp/cedet/semantic/lex.el (semantic-lex-make-keyword-table)
(semantic-lex-make-type-table, semantic-lex-debug-analyzers):
* lisp/cedet/semantic/tag-ls.el (semantic-tag-abstract-p)
(semantic-tag-leaf-p, semantic-tag-static-p)
(semantic-tag-prototype-p):
* lisp/dnd.el (dnd-open-remote-file-function, dnd-open-local-file):
* lisp/emacs-lisp/eieio-opt.el (eieio-build-class-alist)
(eieio-read-class, eieio-read-subclass):
* lisp/emacs-lisp/generator.el (cps--replace-variable-references)
(cps--handle-loop-for):
* lisp/erc/erc-dcc.el (erc-dcc-list, erc-dcc-member, erc-dcc-server)
(erc-dcc-auto-mask-p, erc-dcc-get-file, erc-dcc-chat-accept):
* lisp/eshell/em-pred.el (eshell-pred-file-type):
* lisp/faces.el (defined-colors-with-face-attributes):
* lisp/font-core.el (font-lock-mode):
* lisp/frame.el (frame-restack):
* lisp/net/shr.el (shr-image-animate):
* lisp/org/org-agenda.el (org-agenda-change-all-lines)
(org-agenda-today-p):
* lisp/org/org-id.el (org-id-get):
* lisp/org/org.el (org-highlight-latex-and-related)
(org--valid-property-p):
* lisp/org/ox-beamer.el (org-beamer--get-label):
* lisp/org/ox-latex.el (org-latex--caption-above-p):
* lisp/org/ox-odt.el (org-odt--copy-image-file)
(org-odt--copy-formula-file):
* lisp/org/ox.el (org-export-with-timestamps):
* lisp/progmodes/verilog-mode.el (verilog-indent-declaration-macros):
* lisp/ses.el (ses-file-format-extend-parameter-list):
* lisp/term.el (ansi-term):
* lisp/textmodes/bibtex.el (bibtex-no-opt-remove-re)
(bibtex-beginning-of-first-entry, bibtex-autokey-get-title)
(bibtex-read-key, bibtex-initialize):
* lisp/textmodes/flyspell.el (flyspell-word):
* lisp/view.el (view-mode-exit):
* src/composite.c:
* src/floatfns.c (Fisnan): Fix typos in docstrings.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/org-agenda.el | 4 | ||||
| -rw-r--r-- | lisp/org/org-id.el | 2 | ||||
| -rw-r--r-- | lisp/org/org.el | 4 | ||||
| -rw-r--r-- | lisp/org/ox-beamer.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-latex.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-odt.el | 4 | ||||
| -rw-r--r-- | lisp/org/ox.el | 2 |
7 files changed, 10 insertions, 10 deletions
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index a6195cfb2a5..e50ec3cf08f 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el | |||
| @@ -8908,7 +8908,7 @@ The new content of the line will be NEWHEAD (as modified by | |||
| 8908 | If FIXFACE is non-nil, the face of each item is modified according to | 8908 | If FIXFACE is non-nil, the face of each item is modified according to |
| 8909 | the new TODO state. | 8909 | the new TODO state. |
| 8910 | If JUST-THIS is non-nil, change just the current line, not all. | 8910 | If JUST-THIS is non-nil, change just the current line, not all. |
| 8911 | If FORCE-TAGS is non nil, the car of it returns the new tags." | 8911 | If FORCE-TAGS is non-nil, the car of it returns the new tags." |
| 8912 | (let* ((inhibit-read-only t) | 8912 | (let* ((inhibit-read-only t) |
| 8913 | (line (org-current-line)) | 8913 | (line (org-current-line)) |
| 8914 | (org-agenda-buffer (current-buffer)) | 8914 | (org-agenda-buffer (current-buffer)) |
| @@ -10205,7 +10205,7 @@ to override `appt-message-warning-time'." | |||
| 10205 | (message "Added %d event%s for today" cnt (if (> cnt 1) "s" ""))))) | 10205 | (message "Added %d event%s for today" cnt (if (> cnt 1) "s" ""))))) |
| 10206 | 10206 | ||
| 10207 | (defun org-agenda-today-p (date) | 10207 | (defun org-agenda-today-p (date) |
| 10208 | "Non nil when DATE means today. | 10208 | "Non-nil when DATE means today. |
| 10209 | DATE is either a list of the form (month day year) or a number of | 10209 | DATE is either a list of the form (month day year) or a number of |
| 10210 | days as returned by `calendar-absolute-from-gregorian' or | 10210 | days as returned by `calendar-absolute-from-gregorian' or |
| 10211 | `org-today'. This function considers `org-extend-today-until' | 10211 | `org-today'. This function considers `org-extend-today-until' |
diff --git a/lisp/org/org-id.el b/lisp/org/org-id.el index 34084bfa109..7f7faaae8e8 100644 --- a/lisp/org/org-id.el +++ b/lisp/org/org-id.el | |||
| @@ -241,7 +241,7 @@ Create an ID if necessary." | |||
| 241 | "Get the ID property of the entry at point-or-marker POM. | 241 | "Get the ID property of the entry at point-or-marker POM. |
| 242 | If POM is nil, refer to the entry at point. | 242 | If POM is nil, refer to the entry at point. |
| 243 | If the entry does not have an ID, the function returns nil. | 243 | If the entry does not have an ID, the function returns nil. |
| 244 | However, when CREATE is non nil, create an ID if none is present already. | 244 | However, when CREATE is non-nil, create an ID if none is present already. |
| 245 | PREFIX will be passed through to `org-id-new'. | 245 | PREFIX will be passed through to `org-id-new'. |
| 246 | In any case, the ID of the entry is returned." | 246 | In any case, the ID of the entry is returned." |
| 247 | (org-with-point-at pom | 247 | (org-with-point-at pom |
diff --git a/lisp/org/org.el b/lisp/org/org.el index ab29353ae89..1bb46e49c74 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -4280,7 +4280,7 @@ org-level-* faces." | |||
| 4280 | 4280 | ||
| 4281 | (defcustom org-highlight-latex-and-related nil | 4281 | (defcustom org-highlight-latex-and-related nil |
| 4282 | "Non-nil means highlight LaTeX related syntax in the buffer. | 4282 | "Non-nil means highlight LaTeX related syntax in the buffer. |
| 4283 | When non nil, the value should be a list containing any of the | 4283 | When non-nil, the value should be a list containing any of the |
| 4284 | following symbols: | 4284 | following symbols: |
| 4285 | `latex' Highlight LaTeX snippets and environments. | 4285 | `latex' Highlight LaTeX snippets and environments. |
| 4286 | `script' Highlight subscript and superscript. | 4286 | `script' Highlight subscript and superscript. |
| @@ -15434,7 +15434,7 @@ but in some other way.") | |||
| 15434 | Being in this list makes sure that they are offered for completion.") | 15434 | Being in this list makes sure that they are offered for completion.") |
| 15435 | 15435 | ||
| 15436 | (defun org--valid-property-p (property) | 15436 | (defun org--valid-property-p (property) |
| 15437 | "Non nil when string PROPERTY is a valid property name." | 15437 | "Non-nil when string PROPERTY is a valid property name." |
| 15438 | (not | 15438 | (not |
| 15439 | (or (equal property "") | 15439 | (or (equal property "") |
| 15440 | (string-match-p "\\s-" property)))) | 15440 | (string-match-p "\\s-" property)))) |
diff --git a/lisp/org/ox-beamer.el b/lisp/org/ox-beamer.el index 11574a97162..77c1b33c5d9 100644 --- a/lisp/org/ox-beamer.el +++ b/lisp/org/ox-beamer.el | |||
| @@ -326,7 +326,7 @@ INFO is a plist used as a communication channel. | |||
| 326 | 326 | ||
| 327 | The value is either the label specified in \"BEAMER_opt\" | 327 | The value is either the label specified in \"BEAMER_opt\" |
| 328 | property, the custom ID, if there is one and | 328 | property, the custom ID, if there is one and |
| 329 | `:latex-prefer-user-labels' property has a non nil value, or | 329 | `:latex-prefer-user-labels' property has a non-nil value, or |
| 330 | a unique internal label. This function assumes HEADLINE will be | 330 | a unique internal label. This function assumes HEADLINE will be |
| 331 | treated as a frame." | 331 | treated as a frame." |
| 332 | (cond | 332 | (cond |
diff --git a/lisp/org/ox-latex.el b/lisp/org/ox-latex.el index d711530bf71..b029f828e4f 100644 --- a/lisp/org/ox-latex.el +++ b/lisp/org/ox-latex.el | |||
| @@ -1236,7 +1236,7 @@ calling `org-latex-compile'." | |||
| 1236 | ;;; Internal Functions | 1236 | ;;; Internal Functions |
| 1237 | 1237 | ||
| 1238 | (defun org-latex--caption-above-p (element info) | 1238 | (defun org-latex--caption-above-p (element info) |
| 1239 | "Non nil when caption is expected to be located above ELEMENT. | 1239 | "Non-nil when caption is expected to be located above ELEMENT. |
| 1240 | INFO is a plist holding contextual information." | 1240 | INFO is a plist holding contextual information." |
| 1241 | (let ((above (plist-get info :latex-caption-above))) | 1241 | (let ((above (plist-get info :latex-caption-above))) |
| 1242 | (if (symbolp above) above | 1242 | (if (symbolp above) above |
diff --git a/lisp/org/ox-odt.el b/lisp/org/ox-odt.el index 8deb6bd51ab..999a2b7f5cf 100644 --- a/lisp/org/ox-odt.el +++ b/lisp/org/ox-odt.el | |||
| @@ -2174,7 +2174,7 @@ SHORT-CAPTION are strings." | |||
| 2174 | ;;;; Links :: Inline Images | 2174 | ;;;; Links :: Inline Images |
| 2175 | 2175 | ||
| 2176 | (defun org-odt--copy-image-file (path) | 2176 | (defun org-odt--copy-image-file (path) |
| 2177 | "Returns the internal name of the file" | 2177 | "Return the internal name of the file" |
| 2178 | (let* ((image-type (file-name-extension path)) | 2178 | (let* ((image-type (file-name-extension path)) |
| 2179 | (media-type (format "image/%s" image-type)) | 2179 | (media-type (format "image/%s" image-type)) |
| 2180 | (target-dir "Images/") | 2180 | (target-dir "Images/") |
| @@ -2379,7 +2379,7 @@ used as a communication channel." | |||
| 2379 | (concat equation "<text:tab/>" label)))))) | 2379 | (concat equation "<text:tab/>" label)))))) |
| 2380 | 2380 | ||
| 2381 | (defun org-odt--copy-formula-file (src-file) | 2381 | (defun org-odt--copy-formula-file (src-file) |
| 2382 | "Returns the internal name of the file" | 2382 | "Return the internal name of the file" |
| 2383 | (let* ((target-dir (format "Formula-%04d/" | 2383 | (let* ((target-dir (format "Formula-%04d/" |
| 2384 | (cl-incf org-odt-embedded-formulas-count))) | 2384 | (cl-incf org-odt-embedded-formulas-count))) |
| 2385 | (target-file (concat target-dir "content.xml"))) | 2385 | (target-file (concat target-dir "content.xml"))) |
diff --git a/lisp/org/ox.el b/lisp/org/ox.el index 58bc9b0ffb0..aa04676db8d 100644 --- a/lisp/org/ox.el +++ b/lisp/org/ox.el | |||
| @@ -804,7 +804,7 @@ also be set with the OPTIONS keyword, e.g. \"timestamp:nil\"." | |||
| 804 | :safe #'booleanp) | 804 | :safe #'booleanp) |
| 805 | 805 | ||
| 806 | (defcustom org-export-with-timestamps t | 806 | (defcustom org-export-with-timestamps t |
| 807 | "Non nil means allow timestamps in export. | 807 | "Non-nil means allow timestamps in export. |
| 808 | 808 | ||
| 809 | It can be set to any of the following values: | 809 | It can be set to any of the following values: |
| 810 | t export all timestamps. | 810 | t export all timestamps. |