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
Glenn Morris
ca58fa737d
Misc small frame/window doc
...
* 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.
2014-02-22 13:49:10 -08:00
Glenn Morris
612c3e462e
* lisp/imenu.el (imenu--generic-function): Doc fix.
...
* etc/NEWS: Related markup.
2014-02-22 13:20:49 -08:00
Glenn Morris
123c84f91b
* lisp/register.el (frame-configuration-to-register): Make obsolete.
...
* etc/NEWS: Related markup.
2014-02-22 13:13:30 -08:00
Glenn Morris
f33095ed6b
Bit more doc for process filter and sentinel changes
...
* src/process.c (Finternal_default_process_filter)
(Finternal_default_process_sentinel): Doc tweaks.
* doc/lispref/processes.texi: Typo fixes.
* etc/NEWS: Related markup.
2014-02-22 13:08:22 -08:00
Martin Rudalics
b7aa5ad686
Document some frame and window changes in NEWS.
2014-02-22 18:57:57 +01:00
Glenn Morris
363362c5cb
NEWS copyedits
2014-02-21 15:24:02 -05:00
Eli Zaretskii
7ce645e001
Another update of MS-Windows entries in etc/PROBLEMS.
2014-02-21 18:47:04 +02:00
Eli Zaretskii
037f36e52c
Update MS-Windows entries in etc/PROBLEMS.
2014-02-21 11:02:19 +02:00
Glenn Morris
d7bf6b1536
* etc/MACHINES: Add note re Irix 6.5.
2014-02-21 00:08:08 -08:00
Glenn Morris
4d49cc6547
Some doc for search-invisible
...
* doc/emacs/search.texi (Special Isearch): Mention invisible text.
* lisp/isearch.el (search-invisible): Doc fix.
* etc/NEWS: Related edit.
2014-02-20 00:14:20 -08:00
Glenn Morris
189e70077d
Some doc for defalias-fset-function
...
* doc/lispref/functions.texi (Defining Functions):
Mention defalias-fset-function.
* src/data.c (Fdefalias): Doc fix.
* etc/NEWS: Related edit.
2014-02-19 23:38:47 -08:00
Glenn Morris
95160c901a
Some remember doc
...
* doc/misc/remember.texi: Copyedits.
(Quick Start): No need for manual autoloads. Mention remember-notes.
(Function Reference): Update arguments. Add new commands.
* lisp/textmodes/remember.el: Set maintainer to emacs-devel
according to remember.texi.
Move provide statement to end.
(remember-mode-map, remember-notes-mode-map, remember-notes-mode)
(remember-notes): Doc fixes.
2014-02-19 00:34:45 -08:00
Glenn Morris
a73fae1ffa
Some remember doc
...
* doc/misc/remember.texi (copying): Bump remember mode version.
(Installation): Remove unnecessary chapter.
(Quick Start): No need to explicitly load remember.el.
(Separate Text Files): New section.
* lisp/textmodes/remember.el (remember-data-directory)
(remember-directory-file-name-format, remember-store-in-files)
(remember-notes-initial-major-mode, remember-notes-bury-on-kill)
(remember-notes-save-and-bury-buffer)
(remember-notes--kill-buffer-query): Doc fixes.
* etc/NEWS: Related edit.
2014-02-18 00:09:51 -08:00
Glenn Morris
c863b6ade6
Some desktop doc
...
* doc/emacs/misc.texi (Saving Emacs Sessions):
Mention desktop-auto-save-timeout.
* lisp/desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
* etc/NEWS: Related edit.
2014-02-17 17:33:30 -08:00
Stefan Monnier
6faf982a0e
* doc/emacs/killing.texi (CUA Bindings): Document the new relationship between
...
cua-mode and delete-selection mode.
(CUA Bindings): Mention that rectangle mode can be used on its own.
* doc/emacs/programs.texi (Matching): Fix typo.
* doc/lispref/minibuf.texi (Completion Commands): Don't document obsolete
`common-substring' arg of display-completion-list.
2014-02-17 13:04:17 -05:00
Glenn Morris
2836affa62
Some doc for read-regexp
...
* doc/lispref/minibuf.texi (Text from Minibuffer):
Update read-regexp details.
Mention read-regexp-defaults-function.
* etc/NEWS: Related markup.
2014-02-16 18:12:50 -08:00
Michael Mauger
9b0c01f7f5
* progmodes/sql.el: Version 3.4
...
(sql-oracle-options): New default value ("-L").
(sql-mode-oracle-font-lock-keywords): Added placeholder highlighting.
(sql-placeholders-filter): Correct placeholder pattern.
(sql-read-table-name): Bug fix. Detect absence of SQLi process.
(sql-login-delay): New variable.
(sql-product-interactive): Use it.
2014-02-15 17:50:45 -05:00
Glenn Morris
b8630261dd
Some read-regexp doc
...
* lisp/replace.el (map-query-replace-regexp)
(read-regexp-defaults-function, read-regexp): Doc fixes.
* etc/NEWS: Related edits.
2014-02-13 23:36:42 -08:00
Glenn Morris
ace9793861
* etc/NEWS: Fix typo in previous.
2014-02-13 00:26:45 -08:00
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
Glenn Morris
68a8b28f5a
* etc/NEWS: Small edits.
2014-02-12 13:51:10 -05:00
Glenn Morris
a8cb4247f9
Some icomplete doc
...
* doc/emacs/mini.texi (Completion Options): No longer mention icomplete,
which has its own section now.
* doc/emacs/modes.texi (Minor Modes): Update Icomplete xref.
* lisp/icomplete.el: Commentary updates.
(icomplete): Add info-link to defgroup.
(icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
(icomplete-minibuffer-map, icomplete-mode)
(icomplete-simple-completing-p, icomplete-completions): Doc fixes.
* etc/NEWS: Related edits.
2014-02-12 00:27:27 -08:00
Glenn Morris
a215930cfe
Some package doc updates
...
* doc/emacs/help.texi (Package Keywords): Mention describe-package buttons.
* doc/emacs/package.texi (Package Menu): Mention package-menu-filter.
* lisp/emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
(package-menu-filter): Rename from package-menu-filter-interactive.
Doc fix.
* etc/NEWS: Related edits. Copyedit.
2014-02-11 20:20:34 -05:00
Lars Ingebrigtsen
90b43013e9
* NEWS: Mention all the Apropos face options that have been removed.
...
Fixes: debbugs:16516
2014-02-08 20:24:02 -08:00
Glenn Morris
6995e5d0e5
Doc for subword, superword modes
...
* doc/emacs/programs.texi (MixedCase Words): Rename node from "Glasses".
Move Subword mode here from "Other C Commands" node.
(Misc for Programs): Mention Superword mode.
* doc/emacs/emacs.texi: Update menu.
* etc/NEWS: Related markup.
2014-02-08 18:08:17 -08:00
Glenn Morris
99cf38598c
Some hi-lock doc
...
* doc/emacs/display.texi (Highlight Interactively):
Mention hi-lock-auto-select-face.
* lisp/hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
(hi-lock-face-buffer, hi-lock-face-phrase-buffer)
(hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
* etc/NEWS: Related edits.
2014-02-06 23:18:02 -08:00
Glenn Morris
2b568bc90b
Move iswitchb.el to obsolete/
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00501.html
* lisp/obsolete/iswitchb.el: Move to obsolete/.
* lisp/simple.el (iswitchb-mode): Add manual autoloads to ease transition,
since obsolete/ is not scanned for autoloads.
* lisp/emacs-lisp/authors.el (authors-valid-file-names):
Add iswitchb.el.
* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete files.
* doc/misc/viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
* etc/NEWS: Related edits.
2014-02-06 19:22:34 -08:00
Glenn Morris
e04d62b9d9
* etc/TODO: Remove refs to obsolete files.
2014-02-06 19:19:39 -08:00
Glenn Morris
d978812ac8
* NEWS copyedits
2014-02-06 00:39:18 -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
Glenn Morris
79b6e0a971
Some doc for epa-mail-aliases
...
* doc/misc/epa.texi (Mail-mode integration): Mention epa-mail-aliases.
* lisp/epa.el (epa-mail-aliases): Doc fix.
* etc/NEWS: Related edit.
2014-02-05 20:05:43 -08:00
Glenn Morris
f8b1815084
NEWS fixes.
2014-02-05 20:51:20 -05: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
Michael Albinus
e873a22e95
Use proper configure option `--without-file-notification'.
2014-02-05 12:45:01 +01:00
Glenn Morris
451ea3e6cc
* lisp/epa.el (epa-mail-aliases): Fic custom type. Doc tweak.
...
* etc/NEWS: Related edit.
2014-02-05 00:37:39 -08:00
Glenn Morris
645586dcd8
Some doc for url-cookie-list
...
* lisp/url/url-cookie.el (url-cookie-list): Doc fix.
* doc/misc/url.texi (Cookies): Mention url-cookie-list command.
* etc/NEWS: Related edit.
2014-02-04 23:46:40 -08:00
Martin Rudalics
764ec9e5f0
Improve window dividers code.
...
* faces.el (window-divider): New default value. Rewrite
doc-string.
(window-divider-first-pixel, window-divider-last-pixel): New
faces.
* dispextern.h (face_id): Add WINDOW_DIVIDER_FIRST_PIXEL_FACE_ID
and WINDOW_DIVIDER_LAST_PIXEL_FACE_ID.
* w32term.c (w32_draw_window_divider): Handle first and last
pixels specially.
* w32term.h (w32_fill_area_abs): New function.
* xdisp.c (x_draw_right_divider): Don't draw over bottom
divider.
* xfaces.c (realize_basic_faces): Handle new face ids.
* xfns.c (Fx_create_frame): Call x_default_parameter for right
and bottom divider width.
* xterm.c (x_draw_window_divider): Handle first and last pixels
specially.
2014-02-04 08:36:58 +01:00
Glenn Morris
15baaea8e7
Revert earlier desktop-auto-save doc changes
...
I don't understand this feature.
2014-02-02 23:35:44 -08:00
Glenn Morris
be445cf2ab
Some doc for desktop-auto-save-timeout
...
* doc/emacs/misc.texi (Saving Emacs Sessions):
Mention desktop-auto-save-timeout.
* lisp/desktop.el (desktop-save-mode): Doc fix.
* etc/NEWS: Related edit.
2014-02-02 19:12:29 -08:00
Glenn Morris
f16a3d523a
* doc/misc/cl.texi (Blocks and Exits): Mention cl-tagbody.
...
* etc/NEWS: Related edit.
2014-02-02 18:58:13 -08:00
Glenn Morris
eb9b8ff6af
* etc/NEWS: Mention register-read-with-preview.
2014-02-02 17:03:11 -08:00
Glenn Morris
65bc4bb587
* doc/misc/efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
...
* etc/NEWS: Related edits.
2014-02-01 17:16:18 -08:00
Glenn Morris
7c3247627a
register preview fixes
...
* doc/emacs/regs.texi (Registers): Mention previewing.
* lisp/register.el (register-preview-default): New function,
split from register-preview.
(register-preview-function): Rename from register-preview-functions,
make it not a hook.
(register-preview): Use register-preview-function.
(register-read-with-preview): Error on non-character event.
* etc/NEWS: Related markup.
Fixes: debbugs:16595
2014-02-01 17:04:08 -08:00
Dmitry Gutov
2f313daf4a
Fixup the documentation for the previous change
...
* etc/NEWS: Mention `ruby-align-chained-calls'.
* lisp/progmodes/ruby-mode.el (ruby-align-chained-calls): Update the
docstring and add :version tag.
Fixes: debbugs:16593
2014-01-31 19:33:12 +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
a69ecd19fe
Delete Selection mode doc updates
...
* lisp/delsel.el (delete-selection-mode): Doc fix.
* doc/misc/efaq.texi (Replacing highlighted text):
Update delete-selection-mode doc.
* etc/NEWS: Related edit.
2014-01-30 23:28:17 -08:00
Glenn Morris
9997d7e3e3
trace.el doc updates
...
* lisp/emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
(trace-function-background): Doc fixes.
Commentary update for this package now using nadvice.el, not advice.el.
* etc/NEWS: Related edits.
2014-01-30 23:15:54 -08:00
Glenn Morris
23dc6d0ccd
* lisp/erc/erc.el (erc-accidental-paste-threshold-seconds): Doc tweak.
...
* etc/NEWS: Related markup.
2014-01-30 22:39:51 -08:00
Glenn Morris
fbb764b8bc
* lisp/ido.el (ido-use-virtual-buffers): Doc fix.
...
Reset :version, since the default value has not changed.
* etc/NEWS: Related edits.
2014-01-30 22:34:44 -08:00
Glenn Morris
da942af18c
Some doc related to register-preview
...
* lisp/register.el (register-preview-delay, register-read-with-preview):
Doc fixes.
* etc/NEWS: Related edits.
2014-01-30 22:20:29 -08:00
Gnus developers
4e2b87d871
Misc bugfixes made in Gnus master
...
2014-01-31 Alex Schroeder <alex@gnu.org> (tiny change)
* gnus-tut.txt (Message-ID): Typo fix (bug#15556).
2014-01-31 Dave Abrahams <dave@boostpro.com>
* gnus-salt.el (gnus-tree-highlight-article): Don't move point around
in the summary buffer (bug#13769).
2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
* gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
name if we're using a single article buffer. Otherwise, it may point
to a killed buffer (bug#13756).
2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
* nnmail.el (nnmail-split-it): Instead of redoing the search to restore
the match data, just save and restore it explictly (bug#12375).
* gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
that's needed.
* spam.el (spam-initialize): Allow calling repeatedly, but only run the
the code once (bug#9069).
2014-01-31 01:56:00 +00:00
Glenn Morris
314ff31814
* etc/NEWS: ElDoc related edit.
...
* lisp/emacs-lisp/eldoc.el: Related commentary.
2014-01-29 23:54:28 -08:00
Glenn Morris
6bbc0c845f
* lisp/simple.el (eval-expression): Doc fix.
...
* etc/NEWS: Add missing entry.
2014-01-29 23:48:06 -08:00
Glenn Morris
b89878d380
* etc/NEWS: Don't use a separate section for single entries
2014-01-29 00:36:32 -08: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
0a60cc0dbc
Tweak previous fill-single-char-nobreak-p doc change
2014-01-27 22:00:20 -05:00
Glenn Morris
793ffe8195
Doc for fill-single-char-nobreak-p
...
* doc/emacs/text.texi (Fill Commands): Mention fill-single-char-nobreak-p.
* lisp/textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
* etc/NEWS: Related edit.
2014-01-27 21:50:16 -05:00
Glenn Morris
e1e9d7cc73
* doc/emacs/indent.texi (Tab Stops): Updates for new tab-stop behavior.
...
* etc/NEWS: Related markup.
2014-01-27 21:16:13 -05:00
Glenn Morris
a22359a767
* lisp/vc/pcvs.el (cvs-append-to-ignore): Add compatibility alias.
...
(vc-editable-p, vc-checkout): Remove unused declarations.
* etc/NEWS: Small edits.
2014-01-27 19:39:50 -05:00
Glenn Morris
ee325f5825
* etc/NEWS: Small edits
2014-01-27 17:27:16 -05:00
Glenn Morris
5ad1feded3
* etc/NEWS: Tiny edits.
2014-01-27 17:05:52 -05:00
Glenn Morris
52695556f3
Small doc updates for CUA and dired
...
* doc/emacs/dired.texi (Misc Dired Features): Copyedits for hide-details.
* lisp/dired.el (dired-hide-details-hide-symlink-targets)
(dired-hide-details-hide-information-lines)
(dired-hide-details-mode): Doc fixes.
* lisp/emulation/cua-base.el (cua-mode): Doc fix.
* etc/NEWS: Related edits.
* lisp/ChangeLog: Comment changes do not need ChangeLog entries.
2014-01-27 16:26:48 -05:00
Glenn Morris
68d01ccc30
* etc/NEWS: Small calc edits.
...
In general, it is not necessary for NEWS to repeat information from an
option's doc-string. All NEWS really has to do is advertise that the
option exists.
2014-01-27 14:56:13 -05:00