diff options
| author | Paul Eggert | 2015-08-20 17:33:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-08-20 17:34:57 -0700 |
| commit | 760701ebe1b2061619c91c72d41666d3bd42366f (patch) | |
| tree | 6a34543480af4f7c030d344c408d5eae54b6f318 /lisp/textmodes | |
| parent | daf390b5e927ef87d6d3ccad793cc3fb389acd30 (diff) | |
| download | emacs-760701ebe1b2061619c91c72d41666d3bd42366f.tar.gz emacs-760701ebe1b2061619c91c72d41666d3bd42366f.zip | |
Don't quote symbols 'like-this' in docstrings etc.
* admin/unidata/uvs.el (uvs-insert-fields-as-bytes):
* lisp/allout-widgets.el (allout-widgets-count-buttons-in-region):
* lisp/allout.el (allout-add-resumptions, allout-mode):
* lisp/calculator.el (calculator-operators):
* lisp/cedet/data-debug.el (dd-propertize):
* lisp/cedet/ede/proj-prog.el (ede-proj-target-makefile-program):
* lisp/cedet/semantic/analyze/debug.el:
(semantic-analyzer-debug-global-miss-text):
* lisp/cedet/semantic/lex-spp.el:
(semantic-lex-spp-replace-or-symbol-or-keyword):
* lisp/cedet/semantic/symref.el:
(semantic-symref-cleanup-recent-buffers-fcn):
* lisp/cedet/semantic/tag.el (semantic-tag-class):
* lisp/cedet/srecode/el.el (srecode-semantic-handle-:el-custom):
* lisp/gnus/nnmairix.el (nnmairix-propagate-marks-upon-close):
* lisp/gnus/pop3.el (pop3-authentication-scheme):
* lisp/help-fns.el (describe-function-orig-buffer):
* lisp/imenu.el (imenu--history-list):
* lisp/mail/feedmail.el (feedmail-confirm-outgoing)
(feedmail-display-full-frame, feedmail-deduce-bcc-where)
(feedmail-queue-default-file-slug)
(feedmail-queue-buffer-file-name):
* lisp/net/mairix.el (mairix-searches-mode-map):
* lisp/net/newst-backend.el (newsticker-retrieval-method)
(newsticker-auto-mark-filter-list):
* lisp/obsolete/vi.el (vi-mode):
* lisp/progmodes/cc-engine.el (c-literal-type):
* lisp/progmodes/cpp.el (cpp-face):
* lisp/progmodes/ebrowse.el (ebrowse-electric-list-looper):
* lisp/progmodes/elisp-mode.el (elisp--xref-make-xref):
* lisp/progmodes/pascal.el (pascal-auto-lineup):
* lisp/progmodes/prog-mode.el (prog-widen):
* lisp/progmodes/verilog-mode.el (verilog-regexp-words)
(verilog-auto-lineup, verilog-auto-reset-widths)
(verilog-auto-arg-format, verilog-auto-inst-template-numbers):
* lisp/textmodes/flyspell.el (flyspell-maybe-correct-transposition)
(flyspell-maybe-correct-doubling):
* lisp/textmodes/table.el (table-justify, table-justify-cell)
(table-justify-row, table-justify-column, table-insert-sequence)
(table--justify-cell-contents):
* lisp/url/url-auth.el (url-get-authentication):
* lisp/window.el (display-buffer-record-window):
* lisp/xml.el (xml-parse-file, xml-parse-region):
* src/gfilenotify.c (Fgfile_add_watch):
Don't quote symbols with apostrophes in doc strings.
Use asymmetric quotes instead.
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
Likewise for symbol in diagnostic.
* lisp/image.el (image-extension-data):
* lisp/register.el (frame-configuration-to-register):
* src/buffer.c (syms_of_buffer):
Remove bogus apostrophes after symbols.
* lisp/thumbs.el (thumbs-conversion-program):
Quote Lisp string values using double-quotes, not apostrophes.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/flyspell.el | 4 | ||||
| -rw-r--r-- | lisp/textmodes/table.el | 24 |
2 files changed, 14 insertions, 14 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 64aa3de146e..14f8744077a 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -2326,7 +2326,7 @@ If the text between BEG and END is equal to a correction suggested by | |||
| 2326 | Ispell, after transposing two adjacent characters, correct the text, | 2326 | Ispell, after transposing two adjacent characters, correct the text, |
| 2327 | and return t. | 2327 | and return t. |
| 2328 | 2328 | ||
| 2329 | The third arg POSS is either the symbol 'doublon' or a list of | 2329 | The third arg POSS is either the symbol `doublon' or a list of |
| 2330 | possible corrections as returned by `ispell-parse-output'. | 2330 | possible corrections as returned by `ispell-parse-output'. |
| 2331 | 2331 | ||
| 2332 | This function is meant to be added to `flyspell-incorrect-hook'." | 2332 | This function is meant to be added to `flyspell-incorrect-hook'." |
| @@ -2356,7 +2356,7 @@ If the text between BEG and END is equal to a correction suggested by | |||
| 2356 | Ispell, after removing a pair of doubled characters, correct the text, | 2356 | Ispell, after removing a pair of doubled characters, correct the text, |
| 2357 | and return t. | 2357 | and return t. |
| 2358 | 2358 | ||
| 2359 | The third arg POSS is either the symbol 'doublon' or a list of | 2359 | The third arg POSS is either the symbol `doublon' or a list of |
| 2360 | possible corrections as returned by `ispell-parse-output'. | 2360 | possible corrections as returned by `ispell-parse-output'. |
| 2361 | 2361 | ||
| 2362 | This function is meant to be added to `flyspell-incorrect-hook'." | 2362 | This function is meant to be added to `flyspell-incorrect-hook'." |
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index fa9f0fa638a..93b31d5c86c 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -2806,8 +2806,8 @@ ORIENTATION is a symbol either horizontally or vertically." | |||
| 2806 | ;;;###autoload | 2806 | ;;;###autoload |
| 2807 | (defun table-justify (what justify) | 2807 | (defun table-justify (what justify) |
| 2808 | "Justify contents of a cell, a row of cells or a column of cells. | 2808 | "Justify contents of a cell, a row of cells or a column of cells. |
| 2809 | WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left, | 2809 | WHAT is a symbol ‘cell’, ‘row’ or ‘column’. JUSTIFY is a symbol |
| 2810 | 'center, 'right, 'top, 'middle, 'bottom or 'none." | 2810 | ‘left’, ‘center’, ‘right’, ‘top’, ‘middle’, ‘bottom’ or ‘none’." |
| 2811 | (interactive | 2811 | (interactive |
| 2812 | (list (let* ((_ (barf-if-buffer-read-only)) | 2812 | (list (let* ((_ (barf-if-buffer-read-only)) |
| 2813 | (completion-ignore-case t) | 2813 | (completion-ignore-case t) |
| @@ -2822,8 +2822,8 @@ WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left, | |||
| 2822 | ;;;###autoload | 2822 | ;;;###autoload |
| 2823 | (defun table-justify-cell (justify &optional paragraph) | 2823 | (defun table-justify-cell (justify &optional paragraph) |
| 2824 | "Justify cell contents. | 2824 | "Justify cell contents. |
| 2825 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top, | 2825 | JUSTIFY is a symbol ‘left’, ‘center’ or ‘right’ for horizontal, or ‘top’, |
| 2826 | 'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is | 2826 | ‘middle’, ‘bottom’ or ‘none’ for vertical. When optional PARAGRAPH is |
| 2827 | non-nil the justify operation is limited to the current paragraph, | 2827 | non-nil the justify operation is limited to the current paragraph, |
| 2828 | otherwise the entire cell contents is justified." | 2828 | otherwise the entire cell contents is justified." |
| 2829 | (interactive | 2829 | (interactive |
| @@ -2835,8 +2835,8 @@ otherwise the entire cell contents is justified." | |||
| 2835 | ;;;###autoload | 2835 | ;;;###autoload |
| 2836 | (defun table-justify-row (justify) | 2836 | (defun table-justify-row (justify) |
| 2837 | "Justify cells of a row. | 2837 | "Justify cells of a row. |
| 2838 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top, | 2838 | JUSTIFY is a symbol ‘left’, ‘center’ or ‘right’ for horizontal, |
| 2839 | 'middle, 'bottom or 'none for vertical." | 2839 | or ‘top’, ‘middle’, ‘bottom’ or ‘none’ for vertical." |
| 2840 | (interactive | 2840 | (interactive |
| 2841 | (list (table--query-justification))) | 2841 | (list (table--query-justification))) |
| 2842 | (let((cell-list (table--horizontal-cell-list nil nil 'top))) | 2842 | (let((cell-list (table--horizontal-cell-list nil nil 'top))) |
| @@ -2852,8 +2852,8 @@ JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top, | |||
| 2852 | ;;;###autoload | 2852 | ;;;###autoload |
| 2853 | (defun table-justify-column (justify) | 2853 | (defun table-justify-column (justify) |
| 2854 | "Justify cells of a column. | 2854 | "Justify cells of a column. |
| 2855 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top, | 2855 | JUSTIFY is a symbol ‘left’, ‘center’ or ‘right’ for horizontal, |
| 2856 | 'middle, 'bottom or 'none for vertical." | 2856 | or ‘top’, ‘middle’, ‘bottom’ or ‘none’ for vertical." |
| 2857 | (interactive | 2857 | (interactive |
| 2858 | (list (table--query-justification))) | 2858 | (list (table--query-justification))) |
| 2859 | (let((cell-list (table--vertical-cell-list nil nil 'left))) | 2859 | (let((cell-list (table--vertical-cell-list nil nil 'left))) |
| @@ -3341,8 +3341,8 @@ INTERVAL is the number of cells to travel between sequence element | |||
| 3341 | insertion which is normally 1. When zero or less is given for | 3341 | insertion which is normally 1. When zero or less is given for |
| 3342 | INTERVAL it is interpreted as number of cells per row so that sequence | 3342 | INTERVAL it is interpreted as number of cells per row so that sequence |
| 3343 | is placed straight down vertically as long as the table's cell | 3343 | is placed straight down vertically as long as the table's cell |
| 3344 | structure is uniform. JUSTIFY is one of the symbol 'left, 'center or | 3344 | structure is uniform. JUSTIFY is a symbol ‘left’, ‘center’ or |
| 3345 | 'right, that specifies justification of the inserted string. | 3345 | ‘right’ that specifies justification of the inserted string. |
| 3346 | 3346 | ||
| 3347 | Example: | 3347 | Example: |
| 3348 | 3348 | ||
| @@ -4461,8 +4461,8 @@ looking at the appearance of the CELL contents." | |||
| 4461 | 4461 | ||
| 4462 | (defun table--justify-cell-contents (justify &optional paragraph) | 4462 | (defun table--justify-cell-contents (justify &optional paragraph) |
| 4463 | "Justify the current cell contents. | 4463 | "Justify the current cell contents. |
| 4464 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top, | 4464 | JUSTIFY is a symbol ‘left’, ‘center’ or ‘right’ for horizontal, or ‘top’, |
| 4465 | 'middle, 'bottom or 'none for vertical. When PARAGRAPH is non-nil the | 4465 | ‘middle’, ‘bottom’ or ‘none’ for vertical. When PARAGRAPH is non-nil the |
| 4466 | justify operation is limited to the current paragraph." | 4466 | justify operation is limited to the current paragraph." |
| 4467 | (table-with-cache-buffer | 4467 | (table-with-cache-buffer |
| 4468 | (let ((beg (point-min)) | 4468 | (let ((beg (point-min)) |