Paul Eggert
875a5d0ead
Prefer directed to neutral quotes
...
Prefer directed to neutral quotes in docstings and diagnostics.
In docstrings, escape apostrophes that would otherwise be translated
to curved quotes using the newer, simpler rules.
* admin/unidata/unidata-gen.el (unidata-gen-table):
* lisp/align.el (align-region):
* lisp/allout.el (allout-mode, allout-solicit-alternate-bullet):
* lisp/bookmark.el (bookmark-default-annotation-text):
* lisp/calc/calc-aent.el (math-read-if, math-read-factor):
* lisp/calc/calc-lang.el (math-read-giac-subscr)
(math-read-math-subscr):
* lisp/calc/calc-misc.el (report-calc-bug):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-read-parse-table-part):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/semantic/complete.el (semantic-displayor-show-request):
* lisp/dabbrev.el (dabbrev-expand):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* lisp/emacs-lisp/elint.el (elint-get-top-forms):
* lisp/emacs-lisp/lisp-mnt.el (lm-verify):
* lisp/emulation/viper-cmd.el (viper-toggle-search-style):
* lisp/erc/erc-button.el (erc-nick-popup):
* lisp/erc/erc.el (erc-cmd-LOAD, erc-handle-login):
* lisp/eshell/em-dirs.el (eshell/cd):
* lisp/eshell/em-glob.el (eshell-glob-regexp):
* lisp/eshell/em-pred.el (eshell-parse-modifiers):
* lisp/eshell/esh-arg.el (eshell-parse-arguments):
* lisp/eshell/esh-opt.el (eshell-show-usage):
* lisp/files-x.el (modify-file-local-variable):
* lisp/filesets.el (filesets-add-buffer, filesets-remove-buffer)
(filesets-update-pre010505):
* lisp/find-cmd.el (find-generic, find-to-string):
* lisp/gnus/auth-source.el (auth-source-netrc-parse-entries):
* lisp/gnus/gnus-agent.el (gnus-agent-check-overview-buffer)
(gnus-agent-fetch-headers):
* lisp/gnus/gnus-int.el (gnus-start-news-server):
* lisp/gnus/gnus-registry.el:
(gnus-registry--split-fancy-with-parent-internal):
* lisp/gnus/gnus-score.el (gnus-summary-increase-score):
* lisp/gnus/gnus-start.el (gnus-convert-old-newsrc):
* lisp/gnus/gnus-topic.el (gnus-topic-rename):
* lisp/gnus/legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
* lisp/gnus/nnmairix.el (nnmairix-widget-create-query):
* lisp/gnus/spam.el (spam-check-blackholes):
* lisp/mail/feedmail.el (feedmail-run-the-queue):
* lisp/mpc.el (mpc-playlist-rename):
* lisp/net/ange-ftp.el (ange-ftp-shell-command):
* lisp/net/mairix.el (mairix-widget-create-query):
* lisp/net/tramp-cache.el:
* lisp/obsolete/otodo-mode.el (todo-more-important-p):
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region):
* lisp/obsolete/pgg-pgp.el (pgg-pgp-process-region):
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-process-region):
* lisp/org/ob-core.el (org-babel-goto-named-src-block)
(org-babel-goto-named-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/ob-ref.el (org-babel-ref-resolve):
* lisp/org/org-agenda.el (org-agenda-prepare):
* lisp/org/org-bibtex.el (org-bibtex-fields):
* lisp/org/org-clock.el (org-clock-notify-once-if-expired)
(org-clock-resolve):
* lisp/org/org-feed.el (org-feed-parse-atom-entry):
* lisp/org/org-habit.el (org-habit-parse-todo):
* lisp/org/org-mouse.el (org-mouse-popup-global-menu)
(org-mouse-context-menu):
* lisp/org/org-table.el (org-table-edit-formulas):
* lisp/org/ox.el (org-export-async-start):
* lisp/play/dunnet.el (dun-score, dun-help, dun-endgame-question)
(dun-rooms, dun-endgame-questions):
* lisp/progmodes/ada-mode.el (ada-goto-matching-start):
* lisp/progmodes/ada-xref.el (ada-find-executable):
* lisp/progmodes/antlr-mode.el (antlr-options-alists):
* lisp/progmodes/flymake.el (flymake-parse-err-lines)
(flymake-start-syntax-check-process):
* lisp/progmodes/python.el (python-define-auxiliary-skeleton):
* lisp/progmodes/sql.el (sql-comint):
* lisp/progmodes/verilog-mode.el (verilog-load-file-at-point):
* lisp/server.el (server-get-auth-key):
* lisp/subr.el (version-to-list):
* lisp/textmodes/reftex-ref.el (reftex-label):
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label):
* lisp/vc/ediff-diff.el (ediff-same-contents):
* lisp/vc/vc-cvs.el (vc-cvs-mode-line-string):
* test/automated/tramp-tests.el (tramp-test33-asynchronous-requests):
Use directed rather than neutral quotes in diagnostics.
2015-08-24 23:57:25 -07:00
Glenn Morris
073ad26d36
; Auto-commit of loaddefs files.
2015-08-01 06:18:42 -04:00
Glenn Morris
3d759f4f6f
; Auto-commit of loaddefs files.
2015-07-01 06:22:13 -04:00
Glenn Morris
e8f586be32
; Auto-commit of loaddefs files.
2015-06-01 06:21:38 -04:00
Paul Eggert
f743819b57
Prefer "this" to “this” in doc strings
...
This mostly just straightens quotes introduced in my previous patch.
Suggested by Dmitry Gutov in:
http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00565.html
* lisp/faces.el, lisp/gnus/gnus-group.el, lisp/ldefs-boot.el:
* lisp/mail/supercite.el, lisp/net/tramp.el, lisp/recentf.el:
* lisp/textmodes/artist.el, lisp/textmodes/rst.el:
* lisp/textmodes/tildify.el, lisp/vc/ediff-util.el:
* lisp/vc/log-edit.el, lisp/xt-mouse.el:
Prefer straight double quotes to curved double quotes in doc strings.
2015-05-19 19:08:52 -07:00
Glenn Morris
c97f82750b
; Auto-commit of loaddefs files.
2015-05-01 06:17:48 -04:00
Stefan Monnier
b430d2a836
Update ldef-boots.el
2015-04-13 14:55:10 -04:00
Glenn Morris
76b1a1f4eb
; Auto-commit of loaddefs files.
2015-04-01 06:21:35 -04:00
Glenn Morris
b149ecd8aa
# Auto-commit of loaddefs files.
2015-03-02 13:18:43 -05:00
Paul Eggert
241260cc28
Revert changes installed by xwidgets merge
2015-02-01 11:45:15 -08:00
Glenn Morris
e8e483a974
# Auto-commit of loaddefs files.
2015-02-01 06:24:33 -05:00
Glenn Morris
17263d5184
Auto-commit of loaddefs files.
2015-01-01 06:17:46 -05:00
Dmitry Gutov
8dba53d239
Regenerate ldefs-boot.el
2014-12-25 22:19:29 +02:00
Glenn Morris
857f7dff81
Auto-commit of loaddefs files.
2014-12-01 13:36:14 -05:00
Paul Eggert
0921dbc3ab
Improve time stamp handling, and be more consistent about it.
...
This implements a suggestion made in:
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
Among other things, this means timer.el no longer needs to
autoload the time-date module.
* doc/lispref/os.texi (Time of Day, Time Conversion, Time Parsing)
(Processor Run Time, Time Calculations):
Document the new behavior, plus be clearer about the old behavior.
(Idle Timers): Take advantage of new functionality.
* etc/NEWS: Document the changes.
* lisp/allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
* lisp/arc-mode.el (archive-ar-summarize):
* lisp/calendar/time-date.el (seconds-to-time, days-to-time, time-since):
* lisp/emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
(run-at-time, with-timeout-suspend, with-timeout-unsuspend):
* lisp/net/tramp.el (tramp-time-less-p, tramp-time-subtract):
* lisp/proced.el (proced-time-lessp):
* lisp/timezone.el (timezone-time-from-absolute):
* lisp/type-break.el (type-break-schedule, type-break-time-sum):
Simplify by using new functionality.
* lisp/calendar/cal-dst.el (calendar-next-time-zone-transition):
Do not return time values in obsolete and undocumented (HI . LO)
format; use (HI LO) instead.
* lisp/calendar/time-date.el (with-decoded-time-value):
Treat 'nil' as current time. This is mostly for XEmacs.
(encode-time-value, with-decoded-time-value): Obsolete.
(time-add, time-subtract, time-less-p): Use no-op autoloads, for
XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
* lisp/ldefs-boot.el: Update to match new time-date.el
* lisp/proced.el: Do not require time-date.
* src/editfns.c (invalid_time): New function.
Use it instead of 'error ("Invalid time specification")'.
(time_add, time_subtract, time_arith, Ftime_add, Ftime_less_p)
(decode_float_time, lisp_to_timespec, lisp_time_struct):
New functions.
(make_time_tail, make_time): Remove. All uses changed to use
new functions or plain list4i.
(disassemble_lisp_time): Return effective length if successful.
Check that LOW is an integer, if it's combined with other components.
(decode_time_components): Decode into struct lisp_time, not
struct timespec, so that we can support a wide set of times
regardless of whether time_t is signed. Decode plain numbers
as seconds since the Epoch, and nil as the current time.
(lisp_time_argument, lisp_seconds_argument, Ffloat_time):
Reimplement in terms of new functions.
(Fencode_time): Just use list2i.
(syms_of_editfns): Add time-add, time-subtract, time-less-p.
* src/keyboard.c (decode_timer): Don't allow the new formats (floating
point or nil) in timers.
* src/systime.h (LO_TIME_BITS): New constant. Use it everywhere in
place of the magic number '16'.
(struct lisp_time): New type.
(decode_time_components): Use it.
(lisp_to_timespec): New decl.
2014-11-16 20:41:22 -08:00
Glenn Morris
d87931d249
Auto-commit of loaddefs files.
2014-11-01 06:18:11 -04:00
Glenn Morris
8a8c62a169
Auto-commit of loaddefs files.
2014-10-01 06:20:05 -04:00
Paul Eggert
0f2ed59206
Spelling fixes.
...
* lisp/ses.el (ses-file-format-extend-parameter-list): Rename from
ses-file-format-extend-paramter-list. All uses changed.
* lisp/gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
of ":delete".
2014-09-11 12:44:25 -07:00
Glenn Morris
acb6f20c3a
Auto-commit of loaddefs files.
2014-09-01 06:21:26 -04:00
Glenn Morris
4844e0422f
Auto-commit of loaddefs files.
2014-08-01 06:21:35 -04:00
Glenn Morris
a519335cc3
Auto-commit of loaddefs files.
2014-07-01 06:18:16 -04:00
Glenn Morris
ec0f0d2c4b
Auto-commit of loaddefs files.
2014-06-01 06:22:49 -04:00
Glenn Morris
3e597f343e
Auto-commit of loaddefs files.
2014-05-01 06:21:17 -04:00
Glenn Morris
a7ab7bc038
Auto-commit of loaddefs files.
2014-04-01 06:17:57 -04:00
Glenn Morris
504d5d5fad
Auto-commit of loaddefs files.
2014-03-01 06:19:34 -05:00
Glenn Morris
2f31004a73
Auto-commit of loaddefs files.
2014-02-01 06:17:37 -05:00
Glenn Morris
9cadbf5a93
Auto-commit of loaddefs files.
2013-12-27 19:00:54 -05:00
Glenn Morris
5afca621fb
Auto-commit of loaddefs files.
2013-12-01 06:22:43 -05:00
Glenn Morris
82bd64d838
Auto-commit of loaddefs files.
2013-11-01 06:21:34 -04:00
Glenn Morris
08518d4106
Auto-commit of loaddefs files.
2013-10-01 06:17:41 -04:00
Glenn Morris
a30edef8a9
Auto-commit of loaddefs files.
2013-09-01 06:25:27 -04:00
Glenn Morris
f90ac82148
Auto-commit of loaddefs files.
2013-07-01 06:20:51 -04:00
Glenn Morris
ad54ee69ba
Auto-commit of loaddefs files.
2013-06-01 06:17:59 -04:00
Glenn Morris
9d02d82f21
Auto-commit of loaddefs files.
2013-05-01 06:17:34 -04:00
Glenn Morris
925d7ec008
Auto-commit of loaddefs files.
2013-04-01 06:21:03 -04:00
Glenn Morris
a4837536e2
Auto-commit of loaddefs files.
2013-03-01 06:17:35 -05:00
Glenn Morris
7f12eefa77
Auto-commit of loaddefs files.
2013-02-01 06:21:12 -05:00
Glenn Morris
a616be859b
Auto-commit of loaddefs files.
2013-01-01 06:17:46 -05:00
Glenn Morris
a4b0cca119
Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org
2012-12-21 11:32:43 -08:00
Bastien Guerry
acc650b806
Fix typos.
2012-12-20 09:18:23 +01:00
Chong Yidong
c0c3924918
Bump version to 24.2.91.
...
Regenerate ldefs-boot.el and AUTHORS.
2012-12-15 22:16:02 +08:00
Chong Yidong
ce3e7725b4
Obsolete terminal.el.
...
* terminal.el: Move to obsolete/.
2012-12-04 11:04:31 +08:00
Glenn Morris
b9cf4db5c9
Auto-commit of loaddefs files.
2012-12-01 07:17:48 -05:00
Glenn Morris
ae067123d3
Auto-commit of loaddefs files.
2012-12-01 06:20:45 -05:00
Chong Yidong
ea0d348b1c
Bump version to 24.2.90.
...
Regenerate AUTHORS and ldefs-boot.el.
2012-11-24 23:31:31 +08:00
Glenn Morris
7a8d34f74e
Auto-commit of loaddefs files.
2012-11-01 06:19:27 -04:00
Stefan Monnier
57e5e467de
* lisp/ldefs-boot.el: Update to reflect earlier fix in autoload.el
2012-10-12 15:08:23 -04:00
Glenn Morris
7692b36bc6
Auto-commit of loaddefs files.
2012-10-01 06:21:00 -04:00
Glenn Morris
25eac50084
Auto-commit of loaddefs files.
2012-09-01 06:20:47 -04:00
Glenn Morris
2a1e24765b
Replace version 24.2 with 24.3 where appropriate (hopefully)
2012-08-15 09:29:11 -07:00