summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for `insert-register'...* doc/emacs/regs.texi (Text Registers): Update end-user documentation to reflect `insert-register' interface change. * doc/lispref/text.texi (Registers): Make `insert-register' documentation reflect interface change. Daniel Colascione2014-09-144-5/+16
* 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". Paul Eggert2014-09-111-4/+4
* Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.eduGlenn Morris2014-09-072-9/+20
|\
| * * doc/lispref/functions.texi (Core Advising Primitives): Add a note about the...confusing treatment of `interactive' for :filter-args. Fixes: debbugs:18399 Stefan Monnier2014-09-042-9/+20
* | * strings.texi (Text Comparison): Describe `string-collate-equalp'...and `string-collate-lessp'. Michael Albinus2014-09-072-0/+102
* | Add vector qpattern to pcase...* doc/lispref/control.texi (Pattern matching case statement): Document vector qpattern. * etc/NEWS: Mention vector qpattern for pcase. (Bug#18327). * lisp/emacs-lisp/pcase.el (pcase): Doc fix. (pcase--split-vector): New function. (pcase--q1): Support vector qpattern. (Bug#18327) Leo Liu2014-09-062-0/+9
* | Less chatter in 'make' output....* doc/Makefile.in (clean): * oldXMenu/Makefile.in (clean mostlyclean): Simplify, for shorter command line. * src/Makefile.in (AM_V_GEN, am__v_GEN_, am__v_GEN_0, am__v_GEN_1, AM_V_at) (am__v_at_, am__v_at_0, am__v_at_1): New macros, taken from Automake. ($(etc)/DOC, buildobj.h, gl-stamp): Use them. Paul Eggert2014-09-032-2/+6
* | * doc/lispref/lists.texi (Functions that Rearrange Lists): Remove...description of sort ... * doc/lispref/sequences.texi (Sequence Functions): ... and generalize it for sequences. Add an example. * src/fns.c (Fsort): Use more natural Qsequencep error. * test/automated/fns-tests.el (fns-tests-sort): Minor style rewrite. Dmitry Antipov2014-08-293-68/+99
* | Misc accumulated ChangeLog convention fixesStefan Monnier2014-08-282-14/+14
* | Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.orgGlenn Morris2014-08-272-2/+9
|\|
| * Update Emacs's bidirectional conformance per Unicode 6.3.0.... doc/lispref/display.texi (Bidirectional Display): Update the Emacs's class of bidirectional conformance. Eli Zaretskii2014-08-192-2/+9
| * Bump version number to 24.3.93Glenn Morris2014-08-142-2/+2
* | * src/keyboard.c (Vtop_level_message): Rename to...Vinternal__top_level_message, as suggested by Stefan Monnier in http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00493.html All related users changed. * lisp/startup.el (normal-top-level): Now use internal--top-level-message. * doc/lispref/eval.texi (Eval): Mention possible recovery from stack overflow. Dmitry Antipov2014-08-272-1/+10
* | Remove remaining mentions of VMS as a host...* notes/exit-value: Remove specific discussion of VMS. * doc/emacs/programs.texi (Program Modes): Don't advertise VMS DCL support any more. * doc/misc/ediff.texi (Merging and diff3): Don't mention lack of support for VMS diff, we no longer support VMS. * lisp/progmodes/ada-mode.el: * lisp/net/tramp.el (tramp-handle-file-symlink-p): * lisp/net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment about VMS, which we no longer support. * lisp/progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS, and fix a FIXME, using convert-standard-filename in place of removed ada-convert-file-name. * lisp/url/url-handlers.el: Remove a comment about VMS, which we no longer support. Reuben Thomas2014-08-074-9/+13
* | Refer to MS-DOS using the same name everywhere....* admin/FOR-RELEASE: ``MS-DOG'', ``MSDOG'' and ``msdog'' become ``MS-DOS''; ``msdog'' in filenames becomes ``msdos''. * admin/MAINTAINERS: ditto. * doc/emacs/Makefile.in (EMACSSOURCES): ditto. * doc/emacs/emacs-xtra.texi: ditto. * doc/emacs/emacs.texi: ditto. * doc/emacs/makefile.w32-in: ditto. * doc/emacs/msdog-xtra.texi: ditto, and rename file. * doc/emacs/msdog.texi: ditto, and rename file. * lisp/arc-mode.el: ditto. * lisp/frame.el: ditto. Reuben Thomas2014-08-077-13/+24
* | * tramp.texi (Remote shell setup): Explain, how to change command...line arguments of remote "nc" listener. Michael Albinus2014-08-072-0/+31
* | doc/misc/ChangeLog: Add missing entry for gnus.texiTassilo Horn2014-08-011-0/+5
* | [Gnus] Allow list-valued gcc-self group params...* lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of groups and t. * doc/misc/gnus.texi (Group Parameters): Document that `gcc-self' may also be a list. Tassilo Horn2014-07-311-5/+10
* | Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.orgGlenn Morris2014-07-282-4/+10
|\|
| * Fix code and doc involving marked items....* todo-mode.texi (Marked Items): Correct omission of item deletion from commands applying to both todo and done items. * calendar/todo-mode.el: Fix handling of marked items and make minor code improvements. (todo-edit-item): If there are marked items, ensure user can only invoke editing commands that work with marked items. (todo-edit-item--text): When there are marked items, make it a noop if invoked with point not on an item; otherwise, ensure it applies only to item at point. (todo-item-undone): If there are marked not-done items, return point to its original position before signaling user error. (todo--user-error-if-marked-done-item): New function. (todo-edit-item--header, todo-edit-item--diary-inclusion) (todo-item-done): Use it. Stephen Berman2014-07-252-4/+10
* | Merge from emacs-24; up to 2014-06-25T10:17:41Z!rgm@gnu.orgGlenn Morris2014-07-212-1/+14
|\|
| * * doc/emacs/emacs.texi (Intro): Workaround makeinfo 4 @acronym bug....Fixes: debbugs:18040 Glenn Morris2014-07-202-1/+14
* | * lisp/gnus/gnus-msg.el (gnus-configure-posting-style):...Allow string replacements in values when matching against a header. * doc/misc/gnus.texi (Posting Styles): Document the possibility to perform string replacements when matching against headers. Albert Krewinkel2014-07-182-4/+15
* | Merge from emacs-24; up to 2014-06-23T06:25:47Z!rgm@gnu.orgGlenn Morris2014-07-162-5/+10
|\|
| * Fix bug #18025 with typos in Emacs Lisp Introduction manual.... doc/lispintro/emacs-lisp-intro.texi (Variables, Buffer Names, if & or) (Symbols as Chest, fwd-para while): Fix typos. Alvar Jesus Ibeas Martin2014-07-152-5/+10
* | doc/lispref/internals.texi (Garbage Collection): Fix last change.Eli Zaretskii2014-07-112-0/+5
* | * src/alloc.c (Fmemory_info) [HAVE_LINUX_SYSINFO]: Return nil if...sysinfo failed. Adjust docstring. * doc/lispref/internals.texi (Garbage Collection): Mention memory-info. * lisp/files.el (out-of-memory-warning-percentage): New defcustom. (warn-maybe-out-of-memory): Use it. Dmitry Antipov2014-07-112-0/+8
* | Hide password in batch mode...* doc/lispref/minibuf.texi (Intro to Minibuffers, Reading a Password): Password hiding is available in batch mode, do not mention it in the exclusion list. Mention `read-hide-char'. * lisp/subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it when calling `read-string'. * src/minibuf.c (top): Include systty.h. Declare external emacs_get_tty and emacs_set_tty. (Vread_hide_char): New lisp variable. (read_minibuf_noninteractive): Hide characters with Vread_hide_char if it is a character. * src/sysdep.c (emacs_get_tty, emacs_set_tty): Make them externally visible. Fixes: debbugs:17839 Michael Albinus2014-07-112-5/+12
* | Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris2014-07-086-28/+29
|\|
| * * doc/lispref/debugging.texi (Function Debugging, Debugger Commands):...Update debug-on-entry w.r.t behavior after redefinitions. Fixes: debbugs:17902 Stefan Monnier2014-07-082-17/+7
| * * todo-mode.texi (Levels of Organization): Comment out statement...that Emacs recognizes todo files by their extension, since this feature has been removed due to bug#17482. Stephen Berman2014-07-042-5/+10
| * * doc/emacs/search.texi (Regexp Search): Update lax space matching that is...not active in regexp search by default now. Fixes: debbugs:17901 Juri Linkov2014-07-042-6/+12
* | * trampver.texi: Update release number.Michael Albinus2014-07-032-2/+6
* | Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris2014-07-0211-27/+52
|\|
| * Doc and comment fixes re "online" help...* doc/emacs/help.texi (Misc Help): * doc/emacs/trouble.texi (Checklist): * doc/lispintro/emacs-lisp-intro.texi (Note for Novices, Finding More) (Conclusion): * doc/lispref/help.texi (Help Functions): * doc/misc/info.texi, doc/misc/mh-e.texi: * etc/refcards/calccard.tex (section{Getting Help}): * lisp/cus-edit.el (help): * lisp/finder.el (finder-known-keywords): * lisp/help.el (help-for-help-internal): * lisp/vc/ediff-mult.el (ediff-meta-buffer-verbose-message) (ediff-redraw-registry-buffer): * lisp/vc/ediff-ptch.el (ediff-patch-file-internal): Doc fixes re "online" help. Fixes: debbugs:17803 Glenn Morris2014-06-2810-22/+40
| * Update idlwave url...* doc/misc/idlwave.texi (Introduction): Comment out dead http screenshot links. * lisp/progmodes/idlwave.el (idlwave): Update url-link for custom group. (idlwave-mode): Doc URL update. Glenn Morris2014-06-282-5/+12
* | * doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries....(Scanning Keymaps): Reword the `noindirect' argument. * src/keymap.c (get_keyelt): Simplify. (copy_keymap_item): Remove left-over code for when we had key-shortcut caches. Stefan Monnier2014-07-012-24/+10
* | Merge from emacs-24; up to 2014-06-12T14:55:48Z!monnier@iro.umontreal.caGlenn Morris2014-06-282-2/+10
|\|
| * Warn about read-passwd in batch mode...* doc/lispref/minibuf.texi (Intro to Minibuffers): Batch mode is basic. (Reading a Password): Mention batch mode. * lisp/subr.el (read-passwd): Warn about batch mode. Fixes: debbugs:17839 Glenn Morris2014-06-262-2/+10
| * Bump version to 24.3.92Glenn Morris2014-06-252-2/+2
* | Merge from emacs-24; up to 2014-06-08T18:27:22Z!eggert@cs.ucla.eduGlenn Morris2014-06-243-8/+18
|\|
| * * doc/misc/dired-x.texi (Omitting Files in Dired, Omitting Variables): Fix...key binding to dired-omit-mode. Fixes: debbugs:16354 Leo Liu2014-06-232-5/+10
| * More tweaks of skeleton documentation wrt \n behavior at bol/eol.... lisp/skeleton.el (skeleton-insert): Yet another fix of the doc string wrt behavior of \n as the first/last element of a skeleton. doc/misc/autotype.texi (Skeleton Language): Document the \n feature better. Eli Zaretskii2014-06-222-3/+9
* | Misc small doc/ Makefile cleanup...* emacs/Makefile.in (mkinfodir): Remove. (.dvi.ps): Replace with pattern rule. (${buildinfodir}): New rule. ($(buildinfodir)/emacs.info): Use order-only prereq for output dir. Use $<. (emacs.dvi, emacs.pdf, emacs.html, emacs-xtra.dvi, emacs-xtra.pdf): Use $<. (%.ps): New rule. * lispintro/Makefile.in (mkinfodir): Remove. (.dvi.ps): Replace with explicit rule. (${buildinfodir}): New rule. (${buildinfodir}/eintr.info): Use order-only prereq for output dir. Use $<. (emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $<. (emacs-lisp-intro.ps): New rule. * lispref/Makefile.in (mkinfodir): Remove. (.dvi.ps): Replace with explicit rule. (html): Declare as PHONY. (${buildinfodir}): New rule. ($(buildinfodir)/elisp.info): Use order-only prereq for output dir. Use $<. (elisp.dvi, elisp.html, elisp.pdf): Use $<. (elisp.ps): New rule. Glenn Morris2014-06-226-47/+61
* | Disable implicit texi rules in doc/...* doc/emacs/Makefile.in (%.texi): * doc/lispintro/Makefile.in (%.texi): * doc/lispref/Makefile.in (%.texi): * doc/misc/Makefile.in (%.texi): Disable implicit rules. Glenn Morris2014-06-228-0/+28
* | "the the", "from from" and "and and".Mario Lang2014-06-233-2/+8
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-215-5/+26
|\|
| * doc/misc/autotype.texi (Skeleton Language): Fix last change.Eli Zaretskii2014-06-211-3/+5
| * Improve documentation of how vertical-motion interprets columns.... src/indent.c (Fvertical_motion): Doc fix. doc/lispref/positions.texi (Screen Lines): Clarify how columns are counted by vertical-motion. Eli Zaretskii2014-06-212-1/+10
| * Improve documentation of \n in a skeleton.... doc/misc/autotype.texi (Skeleton Language): Document the feature of \n when at eol. Eli Zaretskii2014-06-212-2/+8