summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * building.texi (Commands of GUD): Fix keybinding for `gud-break'.Bastien Guerry2014-01-172-3/+7
|
* * lisp/emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.Glenn Morris2014-01-161-1/+1
| | | | | | | * lisp/jka-cmpr-hook.el, lisp/jka-compr.el, lisp/progmodes/antlr-mode.el: * doc/misc/autotype.texi: Fix author header comments. * lisp/org/ChangeLog: ChangeLog fix.
* ChangeLog fixesGlenn Morris2014-01-162-5/+20
|
* Spelling fixes.Paul Eggert2014-01-152-2/+2
|
* Small doc/ copyeditsGlenn Morris2014-01-156-11/+19
| | | | | | | | | * doc/emacs/files.texi (File Conveniences): * doc/emacs/misc.texi (EWW): Copyedits. * doc/misc/Makefile.in (eww_deps): Does not depend on emacsver.texi. * doc/misc/eww.texi: Comment.
* ChangeLog fixesGlenn Morris2014-01-151-1/+1
|
* ChangeLog fixesGlenn Morris2014-01-141-5/+10
|
* ChangeLog fixesGlenn Morris2014-01-142-3/+11
|
* Spelling fixes.Paul Eggert2014-01-134-4/+4
|
* Minor doc fix for Flymake.Xue Fuqiao2014-01-131-1/+1
|
* Update EIEIO documentation because of namespace cleanup.David Engster2014-01-122-23/+24
| | | | | | | | | * eieio.texi (Introduction): `class-of' is obsolete. (Predicates, Basic Methods): Adapt function names to namespace cleanup. * NEWS: Add missing renames to EIEIO section. Also, no functions were removed but only made obsolete. Class field accessors were always purely internal, so remove that remark. Add markup.
* Revert last commit.Eli Zaretskii2014-01-121-0/+2
|
* Remove more references unnecessarily specific to VCS.Eric S. Raymond2014-01-121-2/+0
|
* * tramp.texi (all): Doc fix according to GNU Coding Standards.Michael Albinus2014-01-122-125/+128
| | | | | Use "file name" instead of "filename" or "path". Use "host" instead of "machine".
* Rename eww-download-path to eww-download-directory.Xue Fuqiao2014-01-122-4/+8
| | | | | | * lisp/net/eww.el (eww-download-directory): Rename from `eww-download-path' (Bug#16419). * doc/misc/eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
* Replace doc references to deleted etc/ filesGlenn Morris2014-01-114-17/+14
| | | | | | | | | | * README: Replace reference to etc/MAILINGLISTS. * doc/man/emacs.1: Replace reference to etc/MAILINGLISTS. * doc/misc/efaq.texi (Guidelines for newsgroup postings) (Informational files for Emacs): Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
* Merge from gnulib.Paul Eggert2014-01-101-41/+33
| | | | | | This incorporates: 2014-01-07 update from texinfo 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
* ChangeLog fixesGlenn Morris2014-01-103-15/+31
|
* * doc/lispref/functions.texi (Advising Functions): New section.Stefan Monnier2014-01-109-866/+333
| | | | | | | | | | | * doc/lispref/modes.texi (Running Hooks): Don't document with-wrapper-hook and run-hook-wrapped any more. (Hooks): Link to the new Advising Functions node. * doc/lispref/elisp.texi (Top): Don't include advice.texi. * doc/lispref/advice.texi: Remove. * doc/lispref/makefile.w32-in (srcs): * doc/lispref/Makefile.in (srcs): Adjust accordingly. * doc/misc/cl.texi (Function Bindings): Fix incorrect description of cl-let.
* Revert "Document `subr-x' functions."Rüdiger Sonderfeld2014-01-103-100/+0
| | | | This reverts 2014-01-10T12:41:19Z!ruediger@c-plusplus.de.
* Document `subr-x' functions.Rüdiger Sonderfeld2014-01-103-0/+100
| | | | | | | * doc/lispref/hash.texi (Hash Tables): Add cindex entry for `subr-x' functions. * doc/lispref/strings.texi (Creating Strings, Text Comparison): Document functions from `subr-x'.
* Spelling fixes.Paul Eggert2014-01-094-6/+6
| | | | | | * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro. * woman.el (woman-mark-horizontal-position): Rename from woman-mark-horizonal-position. Use changed.
* Make etc/FTP and etc/ORDERS obsoleteGlenn Morris2014-01-092-4/+9
| | | | | | | | | | * etc/FTP: Mark as obsolete. * etc/ORDERS: Replace contents with pointer to emacs.info, mark obsolete. * doc/emacs/emacs.texi (Distrib): Add donate URL. Add anchor. * lisp/help.el (view-order-manuals): Open emacs.info rather than ORDERS.
* Document `dired-hide-details-mode'.Rüdiger Sonderfeld2014-01-102-0/+22
| | | | | | * doc/emacs/dired.texi (Misc Dired Features): Document `dired-hide-details-mode', `dired-hide-details-hide-symlink-targets', and `dired-hide-details-hide-information-lines'.
* Document `shr-insert-document'.Rüdiger Sonderfeld2014-01-102-0/+10
| | | | | * doc/lispref/text.texi (Parsing HTML/XML): Document `shr-insert-document'.
* Document EWW.Rüdiger Sonderfeld2014-01-106-1/+291
| | | | | | | * doc/emacs/emacs.texi: Add EWW. * doc/emacs/misc.texi (EWW): Document EWW. * doc/misc/Makefile.in: Add eww.texi. * doc/misc/eww.texi: New file.
* Refer to online service directory rather than etc/SERVICEGlenn Morris2014-01-094-8/+13
| | | | | | | * doc/emacs/trouble.texi (Service): * doc/man/emacs.1: Refer to online service directory rather than etc/SERVICE. * etc/SERVICE: Mark as obsolete.
* Copyedit for previous doc/emacs/building.texi changeGlenn Morris2014-01-091-3/+4
|
* Fix doc typo in previousGlenn Morris2014-01-091-1/+1
|
* Document `load-prefer-newer'.Rüdiger Sonderfeld2014-01-092-6/+11
| | | | | | | * doc/emacs/building.texi (Lisp Libraries): Document `load-prefer-newer'. It is already documented in lispref.
* Document `string-suffix-p'.Rüdiger Sonderfeld2014-01-092-0/+11
| | | | | * doc/lispref/strings.texi (Text Comparison): Document `string-suffix-p'.
* Document Image Mode's new animation features.Rüdiger Sonderfeld2014-01-092-5/+28
| | | | | | | | | * etc/NEWS: Better document the speed up, slow down, or reverse animation in Image Mode. * files.texi (File Conveniences): Document `image-next-frame', `image-previous-frame', `image-goto-frame', `image-increase-speed', `image-decrease-speed', `image-reverse-speed', and `image-reset-speed'.
* Spelling fixes.Paul Eggert2014-01-084-4/+3
| | | | | | | | | | | * lisp/language/china-util.el (hz-ascii-designation): Rename from hz-ascii-designnation. (hz-ascii-designation): Rename from hz-ascii-designnation. All uses changed. * lisp/cedet/semantic/decorate/include.el (semantic-decoration-mouse-3): Rename from semantic-decoratiton-mouse-3. All uses changed. * lisp/org/org-irc.el (org-irc-ellipsify-description): Rename from org-irc-elipsify-description. All uses changed.
* Fix some superscript typos in doc/Glenn Morris2014-01-074-2/+10
| | | | | | * doc/lispref/files.texi (File Attributes): * doc/misc/efaq.texi (Problems with very large files): Fix superscript typo.
* buffers.texi: Fix typo in @math construct.Bastien Guerry2014-01-072-3/+8
| | | | | | | | | * buffers.texi (Buffers): Fix display of @math content by using nested braces. (Bug#16389) Note that the HTML and plaintext output will use the curly braces like 2^{61} -- but it's better than to have a wrong display of 2^61 in the PDF and printed versions.
* Fix previous changeGlenn Morris2014-01-071-3/+2
|
* ChangeLog fixesGlenn Morris2014-01-073-18/+15
|
* * lisp/menu-bar.el (menu-bar-help-extra-packages): Remove.Glenn Morris2014-01-071-0/+1
| | | | | | (menu-bar-help-menu): Use view-external-packages instead. * doc/misc/faq.texi: Comment.
* Merge Org version 8.2.5c.Bastien Guerry2014-01-072-16/+88
|
* Merge some info from etc/MORE.STUFF into efaq.texiGlenn Morris2014-01-072-25/+43
| | | | | * doc/misc/efaq.texi (Basic editing, Packages that do not come with Emacs): Merge in some info from etc/MORE.STUFF.
* Fix typo in previousGlenn Morris2014-01-061-1/+1
|
* Minor tweak for earlier display.texi changeGlenn Morris2014-01-061-2/+3
|
* More doc updates.Chong Yidong2014-01-074-32/+64
| | | | | | | | | | | * doc/emacs/search.texi (Special Isearch): Document C-x 8 RET in isearch. (Word Search): Document incremental word search changes. (Isearch Yank): Document M-s C-e with a prefix argument. * doc/lispref/files.texi (Changing Files): Document copy-file changes. * lisp/isearch.el (isearch-yank-char, isearch-yank-word) (isearch-yank-line): Doc fix.
* * doc/lispref/display.texi (Logging Messages): Copyedits re messages-buffer.Glenn Morris2014-01-062-5/+11
|
* Document calendar-day-header-arrayGlenn Morris2014-01-062-1/+9
| | | | | | | * doc/emacs/cal-xtra.texi (Calendar Customizing): Mention calendar-day-header-array. * etc/NEWS: Markup.
* Spelling fixes.Paul Eggert2014-01-054-4/+4
| | | | | | | | | | | | | | | | * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel): * emacs-lisp/debug.el (cancel-debug-on-entry): * epg.el (epg-error-to-string): * files.el (recover-file): * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): * mail/emacsbug.el (report-emacs-bug-hook): * mail/sendmail.el (mail-recover): * ses.el (ses-yank-resize): * term/ns-win.el (ns-print-buffer): Spelling fixes in diagnostics, mostly for "canceled" with one L. * epg.el (epg-key-capability-alist): Rename from misspelled version. All uses changed. * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
* Specify .texi encoding.Paul Eggert2014-01-0563-0/+93
| | | | | | | | | | | | | | | | | | * emacs-lisp-intro.texi: * back.texi, book-spine.texi, lay-flat.texi: * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi: * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi: * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi: * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi: * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi: * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi: * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi: * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi: * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi: * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi: * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi: * widget.texi, wisent.texi, woman.texi: Add @documentencoding.
* More doc updates.Chong Yidong2014-01-069-311/+367
| | | | | | | | | | | | | | | | | | | | | | | | | | | * backups.texi (Making Backups): Document backup-buffer change. * commands.texi (Defining Commands): Document the interactive-form property more carefully. Document interactive-only. * compile.texi (Compiler Errors): Copyedits. Note that the details for byte-compile-warnings are in its docstring. * customize.texi (Variable Definitions): Likewise. * files.texi (Visiting Files): Copyedits. (Testing Accessibility): Mention ACLs. Move file-modes here from File Attributes. (Truenames): Move file-equal-p here from Kinds of Files. (File Attributes): Move file-newer-than-file-p here from Testing Accessibility. (Extended Attributes): New node. Add file-extended-attributes. (Changing Files): Document set-file-extended-attributes. * minibuf.texi (Minibuffer Contents): Remove obsolete function minibuffer-completion-contents. * variables.texi (Defining Variables): Note that defvar acts always on the dynamic value.
* Spelling fixes.Paul Eggert2014-01-046-23/+23
| | | | | | | | * lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a misspelling anyway.... * src/nsterm.h (updateCollectionBehavior): Rename from updateCollectionBehaviour. All uses changed.
* Document vconcat and the empty vector (Bug#16246).Paul Eggert2014-01-042-4/+8
| | | | | * sequences.texi (Vector Functions): Document behavior better when the result is empty.