| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Author:
|
| |
|
|
|
|
|
|
| |
* lisp/simple.el (blink-matching-paren): Describe the new value,
`jump', enabling the old behavior.
(blink-matching-open): Use that value.
Fixes: debbugs:17008
|
| |
|
|
| |
Thanks to Jorgen Schäfer for help with the translation.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
* lisp/electric.el (electric-indent-mode): Doc fix.
* etc/NEWS: Related markup.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
| |
Otherwise Emacs can get confused and think the rest of the buffer is
a string.
|
| | |
|
| | |
|
| |
|
|
| |
doc/emacs/ChangeLog, doc/lispref/ChangeLog, lisp/ChangeLog*: Fix typos.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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/NEWS: Related edit.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
| |
* doc/lispref/modes.texi (SMIE Customization): New section.
* doc/lispref/elisp.texi (Top): Update detailed menu.
* etc/NEWS: Related edits.
|
| |
|
|
|
|
| |
* window.el (window-in-direction): Fix doc-string.
* windows.texi (Windows and Frames): Add some missing &optional
designators. Adjust description of window-in-direction.
|
| |
|
|
|
|
|
|
| |
* 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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
* doc/emacs/mark.texi (Mark):
* doc/emacs/killing.texi (Rectangles): Document `rectangle-mark-mode'.
* etc/NEWS: Related edit.
|
| |
|
|
|
|
|
|
| |
* doc/lispref/text.texi (Decompression): New node.
* doc/lispref/elisp.texi (Top): Update detailed menu.
* etc/NEWS: Related markup.
|
| |
|
|
|
|
| |
* lisp/simple.el: Remove mistaken FIXME comment.
* etc/NEWS: Markup.
|
| |
|
|
| |
* etc/NEWS: Related markup.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* doc/lispref/display.texi (Defining Faces): Doc fix for
`face-spec-set'.
* etc/NEWS: Copyedit.
|
| |
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
| |
* doc/lispref/elisp.texi (Top):
* doc/lispref/commands.texi (Generic Commands):
(Defining Commands): Document `define-alternatives'.
* etc/NEWS: Related edit. Unrelated copyedit.
|
| |
|
|
| |
* doc/emacs/misc.texi (Saving Emacs Sessions): Document some new desktop user options.
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |/ |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
| |
* 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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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: Related markup.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
| |
* etc/NEWS: Related markup.
|
| |
|
|
| |
* etc/NEWS: Related markup.
|