David Engster
4d99c93d27
Add NEWS markup for CEDET.
2014-03-18 22:17:05 +01:00
Stefan Monnier
5fb6db0d69
* doc/lispref/modes.texi (Auto-Indentation): Mention electric-indent variables.
...
* doc/misc/cc-mode.texi (Indentation Commands): Remove C-j, since it's not
defined by CC-mode but globally.
(FAQ): Tweak text about RET and auto-indentation.
* doc/misc/vip.texi (Other Vi Commands): Adjust doc of C-j.
2014-03-18 17:14:36 -04:00
Dmitry Gutov
480d4f5784
Update `blink-matching-paren' in the manual
...
* doc/emacs/programs.texi (Matching): Update WRT to the new
`blink-matchin-paren' behavior.
* doc/lispref/display.texi (Blinking): Update WRT to the new
`blink-matchin-paren' behavior.
2014-03-15 05:07:06 +02:00
Dmitry Gutov
291acb0bf9
* NEWS: Fix the last change.
...
Author:
2014-03-14 20:29:43 +02:00
Dmitry Gutov
50d434d198
Support the old `blink-matching-paren' behavior
...
* lisp/simple.el (blink-matching-paren): Describe the new value,
`jump', enabling the old behavior.
(blink-matching-open): Use that value.
Fixes: debbugs:17008
2014-03-14 20:01:39 +02:00
Rüdiger Sonderfeld
83e7ae1837
* etc/tutorials/TUTORIAL.de: Adapt to recent changes in TUTORIAL.
...
Thanks to Jorgen Schäfer for help with the translation.
2014-03-14 18:03:30 +01:00
Glenn Morris
464560055f
Some doc edits related to desktop-restore-frames
...
* doc/emacs/misc.texi (Saving Emacs Sessions):
Be briefer about desktop's handling of frames.
The manual does not need to mention every option, nor should
it just repeat the doc-strings.
* lisp/desktop.el (desktop-restore-frames)
(desktop-restore-in-current-display, desktop-restore-forces-onscreen)
(desktop-restore-reuses-frames): Doc tweaks.
* etc/NEWS: Related edits.
2014-03-12 00:14:30 -07:00
Glenn Morris
8a51e8e417
* emacs/indent.texi (Indent Convenience): Mention electric-indent-local-mode.
...
* lisp/electric.el (electric-indent-mode): Doc fix.
* etc/NEWS: Related markup.
2014-03-11 23:48:20 -07:00
Paul Eggert
4cafb413cc
Fix "\" problem in tutorials by using natural-language quotes.
...
* tutorials/TUTORIAL, tutorials/TUTORIAL.cs, tutorials/TUTORIAL.eo:
* tutorials/TUTORIAL.es, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ja:
* tutorials/TUTORIAL.ko, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.pl:
* tutorials/TUTORIAL.pt_BR, tutorials/TUTORIAL.ro:
* tutorials/TUTORIAL.ru, tutorials/TUTORIAL.sk, tutorials/TUTORIAL.sv:
* tutorials/TUTORIAL.th:
Avoid using ` for natural-language quotes. Instead, work around
the problem with "\" by using non-" quotation marks appropriate
for the natural language in question, e.g., «...» for Spanish.
For English “...” could be used, but use '...' instead so that
TUTORIAL continues to be encoded in ASCII.
2014-03-10 11:12:25 -07:00
Glenn Morris
4f9700e529
In tutorials, replace "\" with `\'
...
Otherwise Emacs can get confused and think the rest of the buffer is
a string.
2014-03-10 09:00:15 -07:00
Glenn Morris
5b7853e3c8
Add missing NEWS entry
2014-03-10 08:49:01 -07:00
Bastien Guerry
265c290e5e
* tutorials/TUTORIAL.fr: Adapt to the recent changes in TUTORIAL.
2014-03-10 15:05:54 +01:00
Juanma Barranquero
8cf07e5a55
etc/ChangeLog: Add missing bug reference.
...
doc/emacs/ChangeLog, doc/lispref/ChangeLog, lisp/ChangeLog*: Fix typos.
2014-03-10 00:55:11 +01:00
Luis Felipe López Acevedo
7359e7a832
etc/tutorials/TUTORIAL.es: Fix typos.
2014-03-08 21:12:42 +01:00
Eli Zaretskii
543d692e4f
tutorials/TUTORIAL.he: Adapt to the recent changes in TUTORIAL.
2014-03-08 10:28:43 +02:00
Paul Eggert
1920914a09
Spelling and wording fixes.
2014-03-07 11:12:31 -08:00
Martin Rudalics
cac0a1d67e
More window code related fixes and documentation changes.
...
* window.c (Fother_window_for_scrolling): Check that
Vother_window_scroll_buffer is a buffer.
* window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
Fix doc-strings.
(fit-frame-to-buffer): New argument ONLY. Remove dependency on
fit-frame-to-buffer variable. Fix doc-string.
(fit-window-to-buffer): Set ONLY argument in call of
fit-frame-to-buffer. Fix doc-string.
* frames.texi (Size and Position): Rewrite entries for
`fit-frame-to-buffer' and `fit-frame-to-buffer-margins'. Add
description for `fit-frame-to-buffer-sizes'.
* windows.texi (Resizing Windows): Add descriptions for
pixelwise resizing. Add entries for `window-resize-pixelwise'
and `fit-window-to-buffer-horizontally'. Rewrite
`fit-window-to-buffer' entry.
2014-03-06 14:41:58 +01:00
Juanma Barranquero
f65ba1005b
etc/tutorials/TUTORIAL.es: Adapt to change in English language tutorial.
2014-03-06 12:12:25 +01:00
Glenn Morris
03bc753ef6
* lisp/simple.el (newline): Doc tweak.
...
* etc/NEWS: Related edit.
2014-03-05 20:11:08 -08:00
Glenn Morris
4da3a85d6c
* etc/tutorials/TUTORIAL: Mention electric behavior of RET.
...
Note that I had to change "\" to `\', because otherwise Emacs thought
that everything after that point was inside a string and so did not
indent anything.
So translators should check for anything similar in their translated
versions.
2014-03-05 20:59:47 -05:00
Glenn Morris
dffe37a8b1
* etc/NEWS: Fix paren typo from earlier change
2014-03-05 09:14:48 -08:00
Glenn Morris
47b73b35c1
Try to document some smie changes
...
* doc/lispref/modes.texi (SMIE Customization): New section.
* doc/lispref/elisp.texi (Top): Update detailed menu.
* etc/NEWS: Related edits.
2014-03-04 23:41:48 -08:00
Martin Rudalics
87132570ad
Fix some window code related doc-string and info entries.
...
* window.el (window-in-direction): Fix doc-string.
* windows.texi (Windows and Frames): Add some missing &optional
designators. Adjust description of window-in-direction.
2014-03-04 11:44:46 +01:00
Glenn Morris
d82e752c05
Small smie.el doc and fix
...
* lisp/emacs-lisp/smie.el (smie-config-guess): Doc fix.
Explicit error if no grammar.
(smie-config-save): Doc fix. Fix quote typo.
* etc/NEWS: Related edit.
2014-03-04 00:35:11 -08:00
Juanma Barranquero
35e951cd4b
*/ChangeLog: Trivial fixes.
2014-03-03 05:57:26 +01:00
Glenn Morris
185fbd2762
* etc/NEWS: Tweak previous change.
2014-03-02 17:41:28 -08:00
Glenn Morris
b20e120e69
* etc/NEWS: Minor edit
2014-03-02 17:16:58 -08:00
Glenn Morris
7ebd57e9d6
Minor doc tweaks for display-*-width, height
...
* lisp/frame.el (display-pixel-height, display-pixel-width)
(display-mm-dimensions-alist, display-mm-height)
(display-mm-width): Doc tweaks.
* doc/lispref/frames.texi: Remove FIXME comments. The x- versions of
these functions are internal details that do not need documenting.
* etc/NEWS: Related markup.
2014-03-02 17:00:27 -08:00
Xue Fuqiao
308d541018
Document `rectangle-mark-mode'.
...
* doc/emacs/mark.texi (Mark):
* doc/emacs/killing.texi (Rectangles): Document `rectangle-mark-mode'.
* etc/NEWS: Related edit.
2014-03-02 16:54:32 +08:00
Glenn Morris
d2b94b157c
Document zlib-decompress-region
...
* doc/lispref/text.texi (Decompression): New node.
* doc/lispref/elisp.texi (Top): Update detailed menu.
* etc/NEWS: Related markup.
2014-03-01 19:34:36 -08:00
Glenn Morris
84fc911dcc
* lisp/subr.el (with-wrapper-hook): Tweak obsolescence message.
...
* lisp/simple.el: Remove mistaken FIXME comment.
* etc/NEWS: Markup.
2014-02-28 19:54:47 -08:00
Glenn Morris
3a6e15dd6f
* doc/lispref/display.texi (Forcing Redisplay): Mention pre-redisplay-function.
...
* etc/NEWS: Related markup.
2014-02-28 18:54:08 -08:00
Glenn Morris
2501c91259
Some doc related to search-invisible and query replace
...
* doc/emacs/search.texi (Query Replace): Mention search-invisible.
* doc/emacs/text.texi (Outline Visibility): Mention search-invisible
also affects query-replace.
* lisp/isearch.el (search-invisible): Doc fix.
* etc/NEWS: Related markup.
2014-02-28 18:48:54 -08:00
Glenn Morris
6f87614914
* etc/NEWS: Minor edits.
2014-02-28 14:44:32 -05:00
Glenn Morris
81a157531f
* etc/NEWS: Minor edits
2014-02-28 14:14:25 -05:00
Glenn Morris
8484c89b91
* etc/NEWS: Minor edit
2014-02-27 21:35:53 -08:00
Xue Fuqiao
ecc384ac0a
Doc fix for `face-spec-set'.
...
* doc/lispref/display.texi (Defining Faces): Doc fix for
`face-spec-set'.
* etc/NEWS: Copyedit.
2014-02-28 12:15:21 +08:00
Xue Fuqiao
4f07dcdce6
Document prettify-symbols-mode' and global-prettify-symbols-mode'.
...
* doc/emacs/emacs.texi (Top):
* doc/emacs/programs.texi (Programs, Prettifying Symbols):
Document `prettify-symbols-mode' and `global-prettify-symbols-mode'.
* etc/NEWS: Markup changes.
2014-02-28 11:04:12 +08:00
Xue Fuqiao
0fcfa97418
Document `define-alternatives'.
...
* doc/lispref/elisp.texi (Top):
* doc/lispref/commands.texi (Generic Commands):
(Defining Commands): Document `define-alternatives'.
* etc/NEWS: Related edit. Unrelated copyedit.
2014-02-28 09:49:25 +08:00
Xue Fuqiao
3e557f5988
Some desktop doc.
...
* doc/emacs/misc.texi (Saving Emacs Sessions): Document some new desktop user options.
2014-02-28 09:05:49 +08:00
Xue Fuqiao
eed1c39901
Document some changes about windows.
...
* doc/lispref/windows.texi (Window Sizes): Document `window-size'.
(Display Action Functions): Document `display-buffer-at-bottom'.
(Window Configurations): Minor fixes.
* doc/lispref/modes.texi (Header Lines): Document `window-header-line-height'.
* doc/lispref/display.texi (Scroll Bars): Document `window-scroll-bar-width'.
* etc/NEWS: Related markup.
2014-02-27 22:10:55 +08:00
Xue Fuqiao
915f4bce40
Fix previous change.
2014-02-27 18:26:14 +08:00
Glenn Morris
01f8de4c9c
* etc/NEWS: Copyedit.
2014-02-27 00:09:11 -08:00
Glenn Morris
ea7826ba52
Small doc related to new completion functions
...
* doc/lispref/minibuf.texi (Programmed Completion):
Mention completion-table-with-cache.
* lisp/minibuffer.el (completion-table-dynamic)
(completion-table-with-cache): Doc fixes.
* etc/NEWS: Related markup. Unrelated copyedit.
2014-02-27 00:01:22 -08:00
Glenn Morris
d926361813
Some crm.el doc
...
* lisp/emacs-lisp/crm.el: Remove commentary that duplicates doc strings.
(crm-default-separator, crm-separator) (completing-read-multiple):
Doc fixes.
* etc/NEWS: Related edit.
2014-02-26 23:42:57 -08:00
Glenn Morris
3b48a331d1
NEWS markup
2014-02-26 15:02:56 -05:00
Glenn Morris
98bd6b321c
Doc updates related to tty-setup-hook
...
* doc/emacs/custom.texi (Terminal Init):
Replace term-setup-hook with tty-setup-hook.
* doc/lispref/display.texi (Window Systems):
* doc/lispref/hooks.texi (Standard Hooks):
Replace term-setup-hook with tty-setup-hook.
* doc/lispref/os.texi (Startup Summary, Init File, Terminal-Specific):
Replace term-setup-hook with tty-setup-hook, and update.
* doc/misc/edt.texi (Quick start, Starting emulation):
* doc/misc/efaq.texi (Fullscreen mode on MS-Windows)
(Terminal setup code works after Emacs has begun): Update hook details.
* doc/misc/vip.texi (Loading VIP): Fix hook example.
* lisp/faces.el (tty-setup-hook, tty-run-terminal-initialization): Doc fixes.
* lisp/startup.el (term-setup-hook): Doc fix. Make obsolete.
* lisp/emulation/edt.el: Comment update.
* lisp/term/sun.el (sun-raw-prefix-hooks):
Use tty-setup-hook instead of term-setup-hook.
(terminal-init-sun): Construct message from bytecomp plist.
* lisp/term/wyse50.el (enable-arrow-keys): Doc fix.
* etc/refcards/vipcard.tex: Hook fix.
* etc/NEWS: Related edit.
2014-02-25 00:41:47 -08:00
Juanma Barranquero
707ddc7f06
etc/NEWS: Fix some mangled references to U+00AB and U+00BB.
2014-02-23 20:46:38 +01:00
Glenn Morris
c1228e5cf9
* doc/emacs/rmail.texi (Rmail Inbox): Mention rmail-mbox-format.
...
* etc/NEWS: Related markup.
2014-02-23 11:23:12 -08:00
Martin Rudalics
0b5d5a442a
Fix some marks in NEWS.
2014-02-23 11:32:14 +01:00