Glenn Morris
47a73eb071
Small doc updates for debugging
...
* doc/lispref/debugging.texi (Debugger Commands): Tiny edits.
* lisp/jit-lock.el (jit-lock-mode): Doc fix.
* etc/NEWS: Related edits.
2014-02-13 00:26:01 -08:00
Juanma Barranquero
c295fc18e3
Fix typos in Changelogs.
2014-02-13 03:19:48 +01:00
Glenn Morris
fa79297982
* doc/lispref/package.texi (Simple Packages): Describe URL and Keywords headers
2014-02-11 20:43:35 -05:00
Lars Ingebrigtsen
63d93efda6
* text.texi (User-Level Deletion): Document `delete-trailing-whitespace'.
...
Fixes: debbugs:15309
2014-02-09 18:37:43 -08:00
Lars Ingebrigtsen
438241f518
* text.texi (Changing Properties): Clarify `propertize'.
...
Fixes: debbugs:9825
2014-02-08 22:14:08 -08:00
Lars Ingebrigtsen
981c3e4fcd
* display.texi (Blinking): Clarify doc string in example.
...
Fixes: debbugs:10658
2014-02-08 21:20:54 -08:00
Lars Ingebrigtsen
28d51810be
(Quitting): Refer to the right node for `set-input-mode' (bug#11458).
2014-02-08 20:19:52 -08:00
Lars Ingebrigtsen
d6d5fdf826
Document the event-start' and event-end' functions more completely
...
* doc/lispref/commands.texi (Accessing Mouse): Mention that these function
also work on keyboard events.
* lisp/subr.el (event-start): Doc fix (bug#14228).
(event-end): Ditto.
2014-02-08 18:13:23 -08:00
Lars Ingebrigtsen
241781b6fa
* display.texi (Face Attributes): Add an index.
...
Fixes: debbugs:14924
2014-02-07 21:32:54 -08:00
Lars Ingebrigtsen
fff711eeb1
* doc/lispref/keymaps.texi (Menu Bar): Minor clarification.
...
* src/xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
2014-02-07 19:46:53 -08:00
Glenn Morris
314ffdb1d7
Doc changes for cache-long-scans
...
Ref: http://debbugs.gnu.org/15797#65
* doc/lispref/display.texi (Truncation):
* doc/lispref/positions.texi (Screen Lines): Do not mention cache-long-scans.
* src/buffer.c (cache-long-scans): Doc fix.
* etc/NEWS: Related edit.
2014-02-05 20:27:26 -08:00
Dmitry Gutov
a333e4d297
Define and use `completion-table-merge'
...
* lisp/minibuffer.el (completion-table-merge): New function.
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Use
`completion-table-merge' instead of `completion-table-in-turn'.
Fixes: debbugs:16604
2014-02-06 03:22:38 +02:00
Juri Linkov
bd21bf41c0
Misc small fixes.
...
* doc/lispref/searching.texi (String Search): Incremental word search fixes.
* lisp/sort.el (delete-duplicate-lines): Remove `:weakness 'key'
from `make-hash-table'.
* lisp/textmodes/ispell.el (ispell-init-process): Change message format
to be consistent with other messages.
2014-01-31 11:41:54 +02:00
Glenn Morris
5e61c1ef5c
Some doc for cycle-spacing
...
* lisp/simple.el (just-one-space, cycle-spacing): Doc fixes.
* doc/emacs/killing.texi (Deletion): Mention cycle-spacing.
* doc/lispref/text.texi: Comment.
* etc/NEWS: Related edits.
2014-01-29 00:27:55 -08:00
Glenn Morris
e3bd7eed8c
Some doc related to tab-stops
...
* doc/lispref/text.texi (Indent Tabs): Update related to tab-stops.
* lisp/indent.el (tab-stop-list): Doc fix. Add :version.
2014-01-27 20:49:02 -05:00
Glenn Morris
1e548e4056
Doc updates for with-demoted-errors
...
* doc/lispref/control.texi (Handling Errors): Update with-demoted-errors.
* lisp/subr.el (with-demoted-errors): Doc fix.
* etc/NEWS: Related edit.
2014-01-23 20:11:48 -08:00
Glenn Morris
0db19d3890
* doc/lispref/files.texi (File Locks): Every platform supports locking now.
2014-01-23 19:51:52 -08:00
Glenn Morris
7b997b1458
Some doc for image-format-suffixes
...
* doc/lispref/display.texi (ImageMagick Images):
Expand on image-format-suffixes.
* lisp/image.el (image-format-suffixes): Doc fix.
* etc/NEWS: Related markup.
2014-01-22 00:30:00 -08:00
Glenn Morris
64295f83c5
Do not document subr-x.el in the manuals
...
* doc/lispref/hash.texi (Other Hash): Do not mention subr-x.el functions;
reverts 2013-12-22 change.
* lisp/emacs-lisp/subr-x.el: Comment.
* etc/NEWS: Small related edits.
2014-01-20 15:05:04 -05:00
Glenn Morris
a12bf61ed4
ChangeLog fixes
2014-01-10 19:55:50 -08:00
Stefan Monnier
122ff675df
* doc/lispref/functions.texi (Advising Functions): New section.
...
* 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.
2014-01-10 14:40:32 -05:00
Rüdiger Sonderfeld
b4256e8c52
Revert "Document `subr-x' functions."
...
This reverts 2014-01-10T12:41:19Z!ruediger@c-plusplus.de.
2014-01-10 18:54:32 +01:00
Rüdiger Sonderfeld
f6da761bea
Document `subr-x' functions.
...
* 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'.
2014-01-10 13:41:19 +01:00
Rüdiger Sonderfeld
9fb07a9e6c
Document `shr-insert-document'.
...
* doc/lispref/text.texi (Parsing HTML/XML): Document
`shr-insert-document'.
2014-01-10 00:21:56 +01:00
Glenn Morris
1e10b16150
Fix doc typo in previous
2014-01-09 14:07:33 -05:00
Rüdiger Sonderfeld
fa49b46991
Document `string-suffix-p'.
...
* doc/lispref/strings.texi (Text Comparison): Document
`string-suffix-p'.
2014-01-09 17:54:54 +01:00
Paul Eggert
136b74c53a
Spelling fixes.
...
* 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.
2014-01-08 11:16:10 -08:00
Glenn Morris
d831c9b864
Fix some superscript typos in doc/
...
* doc/lispref/files.texi (File Attributes):
* doc/misc/efaq.texi (Problems with very large files):
Fix superscript typo.
2014-01-07 13:50:49 -05:00
Glenn Morris
cfdaa15006
ChangeLog fixes
2014-01-07 08:55:17 -08:00
Glenn Morris
f137f4ee19
Fix typo in previous
2014-01-06 23:51:20 -08:00
Glenn Morris
17109647e9
Minor tweak for earlier display.texi change
2014-01-06 23:50:29 -08:00
Chong Yidong
de7ce2d169
More doc updates.
...
* 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.
2014-01-07 12:36:52 +08:00
Glenn Morris
809d2ce4cf
* doc/lispref/display.texi (Logging Messages): Copyedits re messages-buffer.
2014-01-06 21:56:17 -05:00
Paul Eggert
c6ab4664a6
Specify .texi encoding.
...
* 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.
2014-01-05 21:25:46 -08:00
Chong Yidong
81c7d631e9
More doc updates.
...
* 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.
2014-01-06 07:36:13 +08:00
Paul Eggert
5a0f4e9062
Document vconcat and the empty vector (Bug#16246).
...
* sequences.texi (Vector Functions):
Document behavior better when the result is empty.
2014-01-04 17:33:33 -08:00
Paul Eggert
7c2127d0f4
Document behavior of (string-to-number "+@") (Bug#16293).
...
* strings.texi (String Conversion): Document behavior of
string-to-number on invalid strings that begin with "+", too.
2014-01-04 17:24:41 -08:00
Chong Yidong
d6d7851124
Lisp manaual improvements re docstrings
...
* doc/lispref/compile.texi (Docs and Compilation): Copyedits.
* doc/lispref/help.texi (Documentation, Accessing Documentation): Copyedits.
(Documentation Basics): Rewrite, avoiding a repeat discussion of
docstring conventions.
* doc/lispref/tips.texi (Documentation Tips): Move discussion of
emacs-lisp-docstring-fill-column here from Documentation Basics.
2014-01-03 13:49:06 +08:00
Glenn Morris
33f846fbbb
* doc/lispref/numbers.texi (Numeric Conversions): Fix a typo.
...
Also some ChangeLog fixes.
2014-01-02 11:17:48 -08:00
Paul Eggert
b483c5703d
Prefer ASCII in doc and comments when the difference does not matter.
2014-01-01 15:13:59 -08:00
Paul Eggert
6bc383b1a4
Fix copyright years by hand.
...
These are dates that admin/update-copyright did not update,
or updated incorrectly.
2014-01-01 00:31:29 -08:00
Paul Eggert
ba3189039a
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
Eli Zaretskii
634425957a
Revert @documentencoding changes in the docs.
2013-12-30 19:08:32 +02:00
Paul Eggert
dcd812be6a
Specify info encoding and language.
...
* emacs.texi, emacs-xtra.texi:
* emacs-lisp-intro.texi:
* back.texi, book-spine.texi, elisp.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-w32.texi, efaq.texi:
* eieio.texi, emacs-gnutls.texi, emacs-mime.texi, epa.texi, erc.texi:
* ert.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi:
* gnus-coding.texi, gnus-faq.texi, gnus.texi, htmlfontify.texi:
* idlwave.texi, ido.texi, info.texi, mairix-el.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, @documentlanguage as needed.
Fixes: debbugs:16292
2013-12-29 19:19:25 -08:00
Paul Eggert
a560b856b1
Plain copy-file no longer chmods an existing destination.
...
* doc/lispref/files.texi (Changing Files): Document this.
* etc/NEWS: Document this.
* src/fileio.c (realmask): Now a static var, not a local.
(barf_or_query_if_file_exists): New arg KNOWN_TO_EXIST.
Remove arg STATPTR. All uses changed.
(Fcopy_file): Do not alter permissions of existing destinations,
unless PRESERVE-PERMISSIONS (renamed from
PRESERVE-EXTENDED-ATTRIBUTES) is non-nil.
Avoid race when testing for existing destinations and for
when input and output files are the same.
If changing the group fails, adjust both default and
preserved permissions so that access is not granted to the
wrong group.
(Fset_default_file_modes, init_fileio): Update realmask.
(Fdefault_file_modes): Use realmask instead of calling umask.
Fixes: debbugs:16133
2013-12-29 10:18:45 -08:00
Chong Yidong
4364185f73
Doc updates
...
* buffers.texi (Modification Time): Document visited-file-modtime change.
* modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
2013-12-28 12:30:19 +08:00
Glenn Morris
2545413005
Tweak previos change
2013-12-27 16:48:28 -08:00
Glenn Morris
c04d52fbc9
* doc/lispref/control.texi (Pattern matching case statement): Brevity.
2013-12-27 16:47:15 -08:00
Chong Yidong
0f1d29342f
More doc updates
...
* commands.texi (Reading One Event): Mention keyboard coding.
* functions.texi (Function Cells):
* eval.texi (Function Indirection): Update for the fact that
symbol-function no longer signals an error.
* keymaps.texi (Translation Keymaps, Translation Keymaps):
* nonascii.texi (Terminal I/O Encoding): Copyedits.
* data.c (Fsymbol_function): Doc fix.
2013-12-27 11:38:26 +08:00
Chong Yidong
2200a8c91d
Update doc for advice changes.
...
* doc/lispref/advice.texi (Advising Functions, Defining Advice):
Special forms can no longer be advised.
* lisp/emacs-lisp/advice.el: Update commentary.
2013-12-26 11:27:45 +08:00