1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
emacs/lisp/progmodes
Paul Eggert 9d35bb8d65 Fix minor quoting problems in doc strings
These were glitches regardless of how or whether we tackle the
problem of grave accent in doc strings.
* lisp/calc/calc-aent.el (math-restore-placeholders):
* lisp/ido.el (ido-ignore-buffers, ido-ignore-files):
* lisp/leim/quail/cyrillic.el ("bulgarian-alt-phonetic"):
* lisp/leim/quail/hebrew.el ("hebrew-new")
("hebrew-biblical-sil"):
* lisp/leim/quail/thai.el ("thai-kesmanee"):
* lisp/progmodes/idlw-shell.el (idlwave-shell-file-name-chars):
Used curved quotes to avoid ambiguities like ‘`''’ in doc strings.
* lisp/calendar/calendar.el (calendar-month-abbrev-array):
* lisp/cedet/semantic/mru-bookmark.el (semantic-mrub-cache-flush-fcn):
* lisp/cedet/semantic/symref.el (semantic-symref-tool-baseclass):
* lisp/cedet/semantic/tag.el (semantic-tag-copy)
(semantic-tag-components):
* lisp/cedet/srecode/cpp.el (srecode-semantic-handle-:cpp):
* lisp/cedet/srecode/texi.el (srecode-texi-texify-docstring):
* lisp/emacs-lisp/byte-opt.el (byte-optimize-all-constp):
* lisp/emacs-lisp/checkdoc.el (checkdoc-message-text-engine):
* lisp/emacs-lisp/generator.el (iter-next):
* lisp/gnus/gnus-art.el (gnus-treat-strip-list-identifiers)
(gnus-article-mode-syntax-table):
* lisp/net/rlogin.el (rlogin-directory-tracking-mode):
* lisp/net/soap-client.el (soap-wsdl-get):
* lisp/net/telnet.el (telnet-mode):
* lisp/org/org-compat.el (org-number-sequence):
* lisp/org/org.el (org-remove-highlights-with-change)
(org-structure-template-alist):
* lisp/org/ox-html.el (org-html-link-org-files-as-html):
* lisp/play/handwrite.el (handwrite-10pt, handwrite-11pt)
(handwrite-12pt, handwrite-13pt):
* lisp/progmodes/f90.el (f90-mode, f90-abbrev-start):
* lisp/progmodes/idlwave.el (idlwave-mode, idlwave-check-abbrev):
* lisp/progmodes/verilog-mode.el (verilog-tool)
(verilog-string-replace-matches, verilog-preprocess)
(verilog-auto-insert-lisp, verilog-auto-insert-last):
* lisp/textmodes/makeinfo.el (makeinfo-options):
* src/font.c (Ffont_spec):
Fix minor quoting problems in doc strings, e.g., missing quote,
``x'' where `x' was meant, etc.
* lisp/erc/erc-backend.el (erc-process-sentinel-2):
Fix minor quoting problem in other string.
* lisp/leim/quail/ethiopic.el ("ethiopic"):
* lisp/term/tvi970.el (tvi970-set-keypad-mode):
Omit unnecessary quotes.
* lisp/faces.el (set-face-attribute, set-face-underline)
(set-face-inverse-video, x-create-frame-with-faces):
* lisp/gnus/gnus-group.el (gnus-group-nnimap-edit-acl):
* lisp/mail/supercite.el (sc-attribs-%@-addresses)
(sc-attribs-!-addresses, sc-attribs-<>-addresses):
* lisp/net/tramp.el (tramp-methods):
* lisp/recentf.el (recentf-show-file-shortcuts-flag):
* lisp/textmodes/artist.el (artist-ellipse-right-char)
(artist-ellipse-left-char, artist-vaporize-fuzziness)
(artist-spray-chars, artist-mode, artist-replace-string)
(artist-put-pixel, artist-text-see-thru):
* lisp/vc/ediff-util.el (ediff-submit-report):
* lisp/vc/log-edit.el (log-edit-changelog-full-paragraphs):
Use double-quotes rather than TeX markup in doc strings.
* lisp/skeleton.el (skeleton-pair-insert-maybe):
Reword to avoid the need for grave accent and apostrophe.
* lisp/xt-mouse.el (xterm-mouse-tracking-enable-sequence):
Don't use grave and acute accents to quote.
2015-05-19 15:01:16 -07:00
..
ada-mode.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
ada-prj.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ada-stmt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ada-xref.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
antlr-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
asm-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
autoconf.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
bat-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
bug-reference.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cc-align.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cc-awk.el Quieten cc-mode compilation 2015-05-06 16:00:22 -04:00
cc-bytecomp.el Allow compilation during loading of Modes derived from a CC Mode mode. 2015-01-13 15:47:26 +00:00
cc-cmds.el Quieten cc-mode compilation 2015-05-06 16:00:22 -04:00
cc-defs.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
cc-engine.el Merge from origin/emacs-24 2015-02-25 22:53:56 -08:00
cc-fonts.el Always mark "<" and ">" in #include directives with text properties. 2015-04-07 11:01:43 +00:00
cc-guess.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cc-langs.el Fix the CC Mode fixes from 2015-03-30. Fixes debbugs#20240. 2015-04-01 19:12:07 +00:00
cc-menus.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cc-mode.el CC Mode: Do nothing in before/after-change-functions for text property changes 2015-04-21 14:02:10 +00:00
cc-styles.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cc-vars.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cfengine.el eldoc: modify eldoc-documentation-function' using add-function' 2015-01-20 15:04:15 +01:00
cmacexp.el Fix error diagnostics of c-macro-expand 2015-05-02 12:01:04 +03:00
compile.el Update Maven compilation-mode entry to distinguish warnings 2015-05-19 00:00:09 +03:00
cperl-mode.el Call delete-backward-space interactively. 2015-03-20 01:43:37 +05:30
cpp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cwarn.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dcl-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf2ps.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-abn.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-bnf.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-dtd.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-ebx.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-iso.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-otz.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-yac.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebrowse.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
elisp-mode.el Add xref-find-regexp 2015-05-11 02:07:27 +03:00
etags.el Add xref-find-regexp 2015-05-11 02:07:27 +03:00
executable.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
f90.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
flymake.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
fortran.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gdb-mi.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
glasses.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
grep.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gud.el Have gud-display-line not display source buffer in gud window. 2015-03-18 08:15:54 +01:00
hideif.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
hideshow.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
icon.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
idlw-complete-structtag.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
idlw-help.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
idlw-shell.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
idlw-toolbar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
idlwave.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
inf-lisp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
js.el * lisp/progmodes/js.el (js--optimize-arglist): Remove declaration. 2015-05-05 20:11:22 -07:00
ld-script.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
m4-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
make-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mantemp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
meta-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mixal-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
modula2.el
octave.el eldoc: modify eldoc-documentation-function' using add-function' 2015-01-20 15:04:15 +01:00
opascal.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pascal.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
perl-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
prog-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
prolog.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ps-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
python.el python.el: better limit for looking-back calls 2015-05-11 00:03:08 -03:00
ruby-mode.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
scheme.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sh-script.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
simula.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sql.el 2015-03-14 Michael R. Mauger <michael@mauger.com> 2015-03-14 23:05:28 -04:00
subword.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tcl.el * lisp/progmodes/tcl.el (tcl-filter): 2015-05-12 21:19:38 -04:00
vera-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
verilog-mode.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
vhdl-mode.el * vhdl-mode.el (vhdl-prepare-search-2): Use inhibit-point-motion-hooks 2015-04-10 00:20:54 -04:00
which-func.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
xref.el Add xref-find-regexp 2015-05-11 02:07:27 +03:00
xscheme.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00