summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* * doc/misc/texinfo.tex: Sync from gnulib.Paul Eggert2016-05-13
|
* * doc/misc/emacs-mime.texi (time-date): Document now-builtins better.Paul Eggert2016-05-08
|
* Document automatic adjustment of process' logical window dimensionsEli Zaretskii2016-05-07
| | | | | | | | | | * doc/lispref/processes.texi (Process Buffers): Document 'set-process-window-size' and 'window-adjust-process-window-size-function'. * etc/NEWS: Mention the new functionality and variable. * src/process.c (Fset_process_window_size): Improve the doc string.
* Doc fixes for fclist and grepPaul Eggert2016-05-05
| | | | | | A newline is needed between two fc-list calls. egrep and fgrep have been withdrawn from POSIX, so document grep -E and grep -F instead.
* Minor doc fixes for quotingPaul Eggert2016-05-05
| | | | | | | * doc/lispref/control.texi (Signaling Errors): * doc/lispref/display.texi (Displaying Messages): Don’t say that formats “generate”. Try to word more clearly. * etc/NEWS: Coalesce near-duplicate entries.
* Use grep-find-ignored-directories instead of vc-directory-exclusion-listDmitry Gutov2016-05-04
| | | | | | | | | | | | | | | * lisp/dired-aux.el (dired-do-find-regexp): Use grep-find-ignored-directories instead of vc-directory-exclusion-list. The result should be functionally similar (the former uses the latter as the default value), but it should be more consistent and appropriate WRT user customizations. (dired-do-find-regexp-and-replace): Update the docstring. * lisp/dired.el: Update the corresponding autoloads. * doc/emacs/dired.texi (Operating on Files): Update the documentation accordingly.
* (Common Keywords): Correct what missing :group meansLars Ingebrigtsen2016-05-03
| | | | | * doc/lispref/customize.texi (Common Keywords): Correct what missing :group means.
* Improve documentation of Dired's 'A' and 'Q' commandsEli Zaretskii2016-05-03
| | | | | | | | | | | | * lisp/dired-aux.el (dired-do-find-regexp) (dired-do-find-regexp-and-replace): Mention 'grep-find-ignored-files' and 'vc-directory-exclusion-list', and also the fact that REGEXP should be palatable by Grep. (Bug#23426) * lisp/dired.el: Update the corresponding autoload forms. * doc/emacs/dired.texi (Operating on Files): Mention 'grep-find-ignored-files' and 'vc-directory-exclusion-list'. (Bug#23429)
* Doc fixes for quotingPaul Eggert2016-05-03
| | | | | | | | | * doc/emacs/text.texi, doc/lispintro/emacs-lisp-intro.texi: * doc/lispref/control.texi, doc/lispref/display.texi: * doc/lispref/help.texi, doc/lispref/strings.texi, lisp/subr.el: * src/callint.c, src/doprnt.c, src/editfns.c: Document quoting a bit more systematically. Problem reported by Alan Mackenzie (Bug#23425).
* Mention what a missing :group doesLars Ingebrigtsen2016-05-03
| | | | | * doc/lispref/customize.texi (Common Keywords): Document that a missing :group reuses the group from the preceding item (bug#21601).
* * doc/misc/texinfo.tex: Sync from gnulib.Paul Eggert2016-05-01
|
* tramp.texi: Revert last change due to backward compatibilityMichael Albinus2016-05-01
| | | | (cherry picked from commit 910f9a0a936aacbffe9b9b790d7f698dfd287aac)
* Mention with-silent-modifications in the lispref manualLars Ingebrigtsen2016-05-01
| | | | | | | * doc/lispref/text.texi (Changing Properties): Document with-silent-modifications (bug#21171). (cherry picked from commit fcd0d854eef6e439d51e8f07cf734d5e34e502b3)
* Document mode mode line variablesLars Ingebrigtsen2016-05-01
| | | | | | | | * doc/lispref/modes.texi (Mode Line Variables): Document `mode-line-front-space, `mode-line-misc-info', `mode-line-end-spaces' (bug#21014). (cherry picked from commit bf7a630b0a5d3900f2afb0e7a881ce62e2b9f935)
* Add a cross ref to Optional Mode LineLars Ingebrigtsen2016-05-01
| | | | | | | | * doc/lispref/modes.texi (Mode Line Variables): Add a cross reference to the Emacs mode line node that explains things like `display-time-string' (bug#21002). (cherry picked from commit a3151a28789f413af73b14fbba557b2a587fca53)
* Extremely minor doc fix in Choosing WindowLars Ingebrigtsen2016-05-01
| | | | | | | * doc/lispref/windows.texi (Choosing Window): There's only one action alist, I think (bug#20158). (cherry picked from commit 6c7e7f421d02d9290d6d1d85320737371160aef7)
* Transform mentions of `eval-after-load' to `with-eval-after-load'Lars Ingebrigtsen2016-05-01
| | | | | | | * doc/lispref/loading.texi (Hooks for Loading): Update text to not mention `eval-after-load' (bug#20038). (cherry picked from commit 9392193be56eebdfac702a0bbb5e954088371c7a)
* Add a link from Tool Bar to ImagesLars Ingebrigtsen2016-05-01
| | | | | | | * doc/lispref/keymaps.texi (Tool Bar): Add a link to the Images node (bug#19722). (cherry picked from commit da5d0786163a91400eced4fddba4a92b652458d1)
* Move doc of backup-directory-alist to the Backup nodeLars Ingebrigtsen2016-05-01
| | | | | | | | | * doc/emacs/files.texi (Backup): Move the documentation of `backup-directory-alist' here from the "Single or Numbered Backups" node, because it doesn't seem to have much to do with numbering (bug#18692). (cherry picked from commit e77b8d84b4161f2cf8720dec2bf44a3e50134398)
* Link from (emacs)Exiting to (lisp)Killing EmacsLars Ingebrigtsen2016-05-01
| | | | | | | * doc/emacs/entering.texi (Exiting): Link to the lispref manual for further customisations (bug#15445). (cherry picked from commit bc5f27aa099cdde02ca66e71501b89300685ab28)
* Don't have the manual claim that it lists all CL incompatibilitiesLars Ingebrigtsen2016-05-01
| | | | | | | | * doc/misc/cl.texi (Common Lisp Compatibility): The list of incompatibilities isn't exhaustive, so don't say that it is (bug#15171). (cherry picked from commit fb685bc91a72508c97ce7e30f970d4157677f371)
* Change all occurrences of "Mouse-[0-9]" to "mouse-[0-9]"Lars Ingebrigtsen2016-05-01
| | | | | | | | * doc/emacs/*.texi: Change all occurrences of "Mouse-[0-9]" to "mouse-[0-9]". These are case sensitive, and the keys are lower case (bug#14554). (cherry picked from commit e4c26271f2c2fe08f8490e25c63a436ab2a804ca)
* Add some concept index entries for custom typesLars Ingebrigtsen2016-05-01
| | | | | | | * doc/lispref/customize.texi (Composite Types): Add concept index entries for restricted-sexp, radio and choice (bug#7385). (cherry picked from commit 388bb723fa078158d3148de05e942f9c01e95dd8)
* Mention `lisp-indent-function' in the lispref manualLars Ingebrigtsen2016-05-01
| | | | | | | * doc/lispref/macros.texi (Indenting Macros): Mention `lisp-indent-function' (bug#3393). (cherry picked from commit a1627691a896b2afaa264f93534178bc763564c9)
* Fix documentation of 'url-retrieve-synchronously'Eli Zaretskii2016-05-01
| | | | | * doc/misc/url.texi (Retrieving URLs): Update argument list of 'url-retrieve-synchronously'. (Bug#23411)
* Followup for last commit in the user manualEli Zaretskii2016-04-30
| | | | | * doc/emacs/basic.texi (Moving Point): Clarify that set-goal-column has buffer-local effect. (Bug#23405)
* Say why text-quoting-style is not a user optionPaul Eggert2016-04-25
| | | | | | * doc/lispref/help.texi (Keys in Documentation): * etc/NEWS: Document why text-quoting-style is not a customizable variable (Bug#23372).
* Document 'help-go-forward'Eli Zaretskii2016-04-21
| | | | | * doc/emacs/help.texi (Help Mode): Document and index 'help-go-forward'. (Bug#23323)
* Clarify documentation of 'dired-mark-files-containing-regexp'Eli Zaretskii2016-04-20
| | | | | | | | | | * doc/emacs/dired.texi (Marks vs Flags): Clarify that for files visited in buffers, 'dired-mark-files-containing-regexp' searches the buffer rather than the file on disk. (Bug#22694) * lisp/dired.el (dired-mark-files-containing-regexp): Clarify that for files visited in buffers, 'dired-mark-files-containing-regexp' searches the buffer rather than the file on disk. (Bug#22694)
* Remove the Meta-CVS VC backendDmitry Gutov2016-04-19
| | | | | | | | | * lisp/obsolete/vc-mcvs.el: Remove the file (bug#20475). * lisp/vc/log-view.el (log-view-extract-comment): Remove the MCVS reference. * doc/misc/efaq-w32.texi (Version control): Same.
* Fix minor issues with removing left or right fringesEli Zaretskii2016-04-16
| | | | | | | | | | | | * lisp/window.el (window-max-chars-per-line): Account for 'left-fringe-width' and 'right-fringe-width' variables. * doc/lispref/windows.texi (Window Sizes): Document the effect on window text width when setting the width of one or both fringes to zero. * doc/emacs/display.texi (Fringes): Document the effect on window text width when setting the width of one or both fringes to zero. (Bug#22891)
* Improve time zone documentationPaul Eggert2016-04-12
| | | | | | | | | | | | | | | | * doc/lispref/os.texi (Time Zone Rules): New section, mostly with material moved here from other sections. * doc/emacs/cmdargs.texi (General Variables): * doc/lispref/os.texi (Time Conversion, Time Parsing): Xref new section. * etc/NEWS, etc/PROBLEMS: * lisp/org/org.el (org-timestamp-format): * src/editfns.c (Fformat_time_string, Fdecode_time) (Fencode_time, Fcurrent_time_string, Fcurrent_time_zone) (Fset_time_zone_rule): When documenting time zone rule strings, mention the TZ environment variable in preference to mentioning the sort-of-internal function set-time-zone-rule.
* Sync with gnulibPaul Eggert2016-04-11
| | | | | | | | This is for picky compilers whose stdint.h fails our C11 tests. Problem reported for clang by Philipp Stephani (Bug#23261). This incorporates: 2016-04-11 stdint: port to strict C11 left shift * doc/misc/texinfo.tex, lib/stdint.in.h: Copy from gnulib.
* Improve Lisp-level documentation of tooltipsEli Zaretskii2016-04-09
| | | | | | | | | | | * doc/lispref/display.texi (Tooltips): New section. (Bug#23246) (Display): Update the chapter menu. * doc/lispref/text.texi (Special Properties): Make the "tooltip" index entry more concrete. Change the cross-reference to point to "Tooltips" in the ELisp manual. * doc/lispref/elisp.texi (Top): Update the master menu. * doc/emacs/frames.texi (Tooltips): Include more customization variables. Add a cross-reference to the ELisp manual.
* Don’t recommend obsolete EMACS env varPaul Eggert2016-04-07
| | | | | | | | | | * doc/misc/efaq.texi (Escape sequences in shell output): Remove long-obsolete (and now-confusing) notes about the EMACS environment variable in Emacs 21.1 and earlier. * doc/misc/efaq.texi (^M in the shell buffer): * etc/PROBLEMS: Remove obsolescent recommendation to consult the EMACS environment variable.
* Sync with gnulibPaul Eggert2016-04-03
| | | | | | | | This incorporates: 2016-04-03 stdint: detect good enough pre-C++11 stdint.h in C++ mode 2016-04-01 stddef: support configuring with g++ * doc/misc/texinfo.tex, lib/stddef.in.h, m4/stdint.m4: Copy from gnulib.
* Fix doc for Universal TimePaul Eggert2016-04-03
| | | | | | | | * doc/lispref/os.texi (Time of Day, Time Conversion): Be more careful about distinguishing UTC (which is not valid for pre-1961 time stamps) and UT (which is). (Time Parsing): Remove stray obsolete paragraph about a UNIVERSAL argument for ‘format-time-string’.
* make-xwidget unused arg cleanupPaul Eggert2016-04-02
| | | | | * doc/lispref/display.texi (Xwidgets): Remove stray refs. * src/xwidget.c (syms_of_xwidget): Qwebkit, not Qwebkit_osr.
* Remove unused arguments from make-xwidgetJoakim Verona2016-04-02
| | | | | | | | | The arguments BEG and END were unused, and are now removed. * display.texi (Xwidgets): Document the change * xwidget.el (make-xwidget, xwidget-insert) (xwidget-webkit-new-session): Reflect changed arguments * xwidget.c (Fmake_xwidget, syms_of_xwidget): Reflect changed arguments
* Improve documentation of byte-code objectsEli Zaretskii2016-04-02
| | | | | * doc/lispref/compile.texi (Byte-Code Objects): Document the integer format of the argument descriptor. (Bug#23061)
* * doc/lispref/text.texi (Columns): Remove a nonexistent reference.Xue Fuqiao2016-03-30
| | | | The example was removed by Chong Yidong on Mar 5, 2012.
* * doc/man/emacsclient.1: Document +line:column option.Paul Eggert2016-03-29
|
* Remove prog-indentation-contextDmitry Gutov2016-03-28
| | | | | | | | | | | | | | | | * lisp/progmodes/prog-mode.el: (prog-indentation-context) (prog-first-column, prog-widen): Remove, as discussed in http://lists.gnu.org/archive/html/emacs-devel/2016-03/msg01425.html. * doc/lispref/text.texi (Mode-Specific Indent): Remove references to them. * etc/NEWS: Ditto. * lisp/progmodes/python.el: (prog-widen, prog-first-column): Remove the compatibility aliases and all uses. Do not merge to master.
* Improve documentatuon of 'truncate-partial-width-windows'Eli Zaretskii2016-03-26
| | | | | | | | | | | * src/xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Clarify in the doc string how the width of partial-width windows is computed for the purposes of truncation decision. (Bug#4338) * doc/emacs/windows.texi (Split Window): Clarify how the width of windows is calculated for the purposes of truncation decision. * doc/emacs/display.texi (Line Truncation): Remove a redundant index entry.
* Minor copyedits of documentation for temporary displaysEli Zaretskii2016-03-25
| | | | | | | | | * doc/emacs/windows.texi (Temporary Displays): Improve indexing. Minor changes in wording. (Window Choice, Displaying Buffers, Pop Up Window): Disambiguate index entries for 'display-buffer'. * etc/NEWS: Minor rewording of the entry about temporary displays.
* Describe temporary displays in Emacs manualMartin Rudalics2016-03-25
| | | | | | | * doc/emacs/emacs.texi (Temporary Displays): New subsubsection. * doc/emacs/windows.texi (Window Choice): Minor fixes. (Temporary Displays): New subsubsection describing display of temporary buffers and `temp-buffer-resize-mode'.
* Sync with gnulibPaul Eggert2016-03-23
| | | | | | | | This incorporates: 2016-03-22 gitlog-to-changelog: suppress ignored chatter 2016-03-21 sys_select: port to new Cygwin * build-aux/gitlog-to-changelog, doc/misc/texinfo.tex: * lib/sys_select.in.h: Copy from gnulib.
* Resurrect GNUS-NEWS autogenerationPaul Eggert2016-03-23
| | | | | | | | | * doc/misc/gnus-coding.texi (Gnus Maintenance Guide): Update GNUS-NEWS section to match current file locations and procedure. * etc/GNUS-NEWS: Regenerate by using new procedure. * lisp/Makefile.in (update-gnus-news): New rule, containing a procedure for building GNUS-NEWS. The old procedure got lost somehow when Gnus was merged into Emacs.
* Fix Bug#23032Michael Albinus2016-03-19
| | | | | * doc/misc/eshell.texi (Arguments): Mention the pipe symbol in remote file names. (Bug#23032)
* Adjudicate review comments in abbrevs.texiEli Zaretskii2016-03-19
| | | | | | | | | | * doc/lispref/abbrevs.texi (Abbrev Files, Abbrev Expansion): * doc/emacs/abbrevs.texi (Dabbrev Customization): State the default values of variables. Suggested by Steve Byrne <sbb@penguinis.org>. (Bug#23016) * admin/release-process (Check manuals): Mark files reviewed by Steve Byrne.