aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * NEWS: Fix the last change.Dmitry Gutov2014-03-141-1/+0
| | | | Author:
* Support the old `blink-matching-paren' behaviorDmitry Gutov2014-03-141-0/+5
| | | | | | | | * lisp/simple.el (blink-matching-paren): Describe the new value, `jump', enabling the old behavior. (blink-matching-open): Use that value. Fixes: debbugs:17008
* * etc/tutorials/TUTORIAL.de: Adapt to recent changes in TUTORIAL.Rüdiger Sonderfeld2014-03-142-0/+18
| | | | Thanks to Jorgen Schäfer for help with the translation.
* Some doc edits related to desktop-restore-framesGlenn Morris2014-03-121-4/+4
| | | | | | | | | | | | | * 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.
* * emacs/indent.texi (Indent Convenience): Mention electric-indent-local-mode.Glenn Morris2014-03-111-0/+1
| | | | | | * lisp/electric.el (electric-indent-mode): Doc fix. * etc/NEWS: Related markup.
* Fix "\" problem in tutorials by using natural-language quotes.Paul Eggert2014-03-1016-107/+120
| | | | | | | | | | | | | | * 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.
* In tutorials, replace "\" with `\'Glenn Morris2014-03-1012-12/+12
| | | | | Otherwise Emacs can get confused and think the rest of the buffer is a string.
* Add missing NEWS entryGlenn Morris2014-03-101-0/+2
|
* * tutorials/TUTORIAL.fr: Adapt to the recent changes in TUTORIAL.Bastien Guerry2014-03-102-1/+18
|
* etc/ChangeLog: Add missing bug reference.Juanma Barranquero2014-03-101-1/+1
| | | | doc/emacs/ChangeLog, doc/lispref/ChangeLog, lisp/ChangeLog*: Fix typos.
* etc/tutorials/TUTORIAL.es: Fix typos.Luis Felipe López Acevedo2014-03-082-16/+21
|
* tutorials/TUTORIAL.he: Adapt to the recent changes in TUTORIAL.Eli Zaretskii2014-03-082-1/+12
|
* Spelling and wording fixes.Paul Eggert2014-03-071-2/+2
|
* More window code related fixes and documentation changes.Martin Rudalics2014-03-061-6/+10
| | | | | | | | | | | | | | | | | | * 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.
* etc/tutorials/TUTORIAL.es: Adapt to change in English language tutorial.Juanma Barranquero2014-03-062-1/+19
|
* * lisp/simple.el (newline): Doc tweak.Glenn Morris2014-03-051-2/+4
| | | | * etc/NEWS: Related edit.
* * etc/tutorials/TUTORIAL: Mention electric behavior of RET.Glenn Morris2014-03-052-2/+19
| | | | | | | | | 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.
* * etc/NEWS: Fix paren typo from earlier changeGlenn Morris2014-03-051-1/+1
|
* Try to document some smie changesGlenn Morris2014-03-041-1/+7
| | | | | | | | * doc/lispref/modes.texi (SMIE Customization): New section. * doc/lispref/elisp.texi (Top): Update detailed menu. * etc/NEWS: Related edits.
* Fix some window code related doc-string and info entries.Martin Rudalics2014-03-041-0/+6
| | | | | | * window.el (window-in-direction): Fix doc-string. * windows.texi (Windows and Frames): Add some missing &optional designators. Adjust description of window-in-direction.
* Small smie.el doc and fixGlenn Morris2014-03-041-3/+8
| | | | | | | | * 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.
* */ChangeLog: Trivial fixes.Juanma Barranquero2014-03-031-1/+1
|
* * etc/NEWS: Tweak previous change.Glenn Morris2014-03-021-1/+3
|
* * etc/NEWS: Minor editGlenn Morris2014-03-021-1/+3
|
* Minor doc tweaks for display-*-width, heightGlenn Morris2014-03-021-1/+2
| | | | | | | | | | | * 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.
* Document `rectangle-mark-mode'.Xue Fuqiao2014-03-021-0/+1
| | | | | | | * doc/emacs/mark.texi (Mark): * doc/emacs/killing.texi (Rectangles): Document `rectangle-mark-mode'. * etc/NEWS: Related edit.
* Document zlib-decompress-regionGlenn Morris2014-03-011-0/+1
| | | | | | | | * doc/lispref/text.texi (Decompression): New node. * doc/lispref/elisp.texi (Top): Update detailed menu. * etc/NEWS: Related markup.
* * lisp/subr.el (with-wrapper-hook): Tweak obsolescence message.Glenn Morris2014-02-281-0/+1
| | | | | | * lisp/simple.el: Remove mistaken FIXME comment. * etc/NEWS: Markup.
* * doc/lispref/display.texi (Forcing Redisplay): Mention pre-redisplay-function.Glenn Morris2014-02-281-0/+1
| | | | * etc/NEWS: Related markup.
* Some doc related to search-invisible and query replaceGlenn Morris2014-02-281-0/+1
| | | | | | | | | | | * 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.
* * etc/NEWS: Minor edits.Glenn Morris2014-02-281-3/+5
|
* * etc/NEWS: Minor editsGlenn Morris2014-02-281-10/+17
|
* * etc/NEWS: Minor editGlenn Morris2014-02-271-5/+4
|
* Doc fix for `face-spec-set'.Xue Fuqiao2014-02-281-9/+8
| | | | | | | * doc/lispref/display.texi (Defining Faces): Doc fix for `face-spec-set'. * etc/NEWS: Copyedit.
* Document `prettify-symbols-mode' and `global-prettify-symbols-mode'.Xue Fuqiao2014-02-281-0/+2
| | | | | | | | * 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.
* Document `define-alternatives'.Xue Fuqiao2014-02-281-1/+2
| | | | | | | | * doc/lispref/elisp.texi (Top): * doc/lispref/commands.texi (Generic Commands): (Defining Commands): Document `define-alternatives'. * etc/NEWS: Related edit. Unrelated copyedit.
* Some desktop doc.Xue Fuqiao2014-02-281-0/+1
| | | | * doc/emacs/misc.texi (Saving Emacs Sessions): Document some new desktop user options.
* Document some changes about windows.Xue Fuqiao2014-02-271-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Fix previous change.Xue Fuqiao2014-02-271-0/+1
|/
* * etc/NEWS: Copyedit.Glenn Morris2014-02-271-4/+6
|
* Small doc related to new completion functionsGlenn Morris2014-02-271-2/+4
| | | | | | | | | | * 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.
* Some crm.el docGlenn Morris2014-02-261-2/+3
| | | | | | | | * 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.
* NEWS markupGlenn Morris2014-02-261-0/+2
|
* Doc updates related to tty-setup-hookGlenn Morris2014-02-253-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* etc/NEWS: Fix some mangled references to U+00AB and U+00BB.Juanma Barranquero2014-02-232-2/+6
|
* * doc/emacs/rmail.texi (Rmail Inbox): Mention rmail-mbox-format.Glenn Morris2014-02-231-0/+1
| | | | * etc/NEWS: Related markup.
* Fix some marks in NEWS.Martin Rudalics2014-02-231-9/+0
|
* Misc small frame/window docGlenn Morris2014-02-221-19/+15
| | | | | | | | | * src/frame.c (frame-alpha-lower-limit, frame-resize-pixelwise): * src/window.c (window-resize-pixelwise): Doc fixes. * etc/NEWS: Related edits. This including unmarking some items marked as ---, where it it not clear to me that no doc updates are needed.
* * lisp/imenu.el (imenu--generic-function): Doc fix.Glenn Morris2014-02-221-0/+1
| | | | * etc/NEWS: Related markup.
* * lisp/register.el (frame-configuration-to-register): Make obsolete.Glenn Morris2014-02-221-0/+1
| | | | * etc/NEWS: Related markup.