aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * doc/misc/dired-x.texi (Omitting Files in Dired, Omitting Variables): FixLeo Liu2014-06-232-5/+10
| | | | | | key binding to dired-omit-mode. Fixes: debbugs:16354
* More tweaks of skeleton documentation wrt \n behavior at bol/eol.Eli Zaretskii2014-06-222-3/+9
| | | | | | | | lisp/skeleton.el (skeleton-insert): Yet another fix of the doc string wrt behavior of \n as the first/last element of a skeleton. doc/misc/autotype.texi (Skeleton Language): Document the \n feature better.
* doc/misc/autotype.texi (Skeleton Language): Fix last change.Eli Zaretskii2014-06-211-3/+5
|
* Improve documentation of \n in a skeleton.Eli Zaretskii2014-06-212-2/+8
| | | | | doc/misc/autotype.texi (Skeleton Language): Document the feature of \n when at eol.
* * dbus.texi (Type Conversion): Formatting edits in example.Michael Albinus2014-06-152-2/+6
|
* * doc/misc/Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 changeGlenn Morris2014-06-102-1/+5
|
* Doc fixes: markup (mainly nil -> @code{nil})Glenn Morris2014-06-0821-107/+108
|
* Simplify info.info for the stand-alone readerKarl Berry2014-06-082-11/+14
| | | | | | | doc/misc/info.texi (Help-^L): "mode line", "screenful", stand-alone and Emacs Info both use the mode line. Use x instead of weird C-x 0 to get rid of help msg in standalone Info.
* Doc edits re uniquifyGlenn Morris2014-06-082-3/+5
| | | | | | | | | | | | | | | | | | * doc/emacs/buffers.texi (Uniquify): Copyedits. * doc/emacs/files.texi (Visiting): Update for uniquify changes. * doc/lispref/files.texi (Subroutines of Visiting): Mention uniquify. * doc/misc/vip.texi (Files): Defer to Emacs manual for uniquify details. * lisp/bookmark.el (bookmark-load): Doc fix. * lisp/uniquify.el (uniquify-buffer-name-style): Doc fix. * lisp/files.el: Comment. * etc/NEWS: Related edit.
* info.texi tweaks re S-SPCGlenn Morris2014-06-082-14/+22
| | | | | | * doc/misc/info.texi (Help-Small-Screen): Clarify details of S-SPC. (Help-Small-Screen, Help-]): Do not mention S-SPC. (Emacs Info Variables): Markup fix.
* Doc markup fixes re SPC, RETGlenn Morris2014-06-076-8/+16
| | | | | | | | | | | * doc/emacs/dired.texi (Marks vs Flags): * doc/emacs/rmail.texi (Rmail Scrolling): * doc/misc/ebrowse.texi (Source Display, Finding/Viewing): * doc/misc/erc.texi (Sample Session): * doc/misc/ses.texi (The Basics): * doc/misc/todo-mode.texi (Moving and Deleting Items): * doc/misc/woman.texi (Navigation): Markup fixes re SPC, RET.
* Specify coding if Latin-1 Emacs would misinterpret.Paul Eggert2014-05-243-0/+10
| | | | | | | * doc/misc/htmlfontify.texi, doc/misc/org.texi: * etc/ETAGS.EBNF, etc/NEWS, etc/ORG-NEWS: Add "coding: utf-8". Fixes: debbugs:17575
* todo-mode.el: Remove dependence on auto-mode-alist.Stephen Berman2014-05-232-44/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * calendar/todo-mode.el: Remove dependence on auto-mode-alist, to avoid errors when trying to create or visit a file foo.todo located outside to todo-directory, and to allow having such files without them being tied to Todo mode. (todo-show, todo-move-category, todo-merge-category, todo-find-archive) (todo-archive-done-item, todo-find-filtered-items-file) (todo-filter-items, todo-find-item, todo-diary-goto-entry) (todo-category-completions, todo-read-category): When visiting a Todo file, make sure we're in the right mode and the buffer local variables are set. (todo-make-categories-list, todo-reset-nondiary-marker) (todo-reset-done-string, todo-reset-comment-string): After processing all Todo files, kill the buffers of those files that weren't being visited before the processing. (todo-display-as-todo-file, todo-add-to-buffer-list) (todo-visit-files-commands): Comment out. (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook. (auto-mode-alist): Remove add-to-list calls making Todo file extensions unrestrictedly tied to Todo modes. * doc/misc/todo-mode.texi: Update in light of changes due to bug#17482. Replace numerous mistaken uses of literal quotes with proper Texinfo markup. (Todo Mode Entry Points): Comment out reference to using find-file or Dired to visit Todo files, since this has been disabled (bug#17482).
* Standardize case of "Front-Cover Texts" in texi file permissions notices.Glenn Morris2014-05-0758-58/+58
| | | | Ref: http://lists.gnu.org/archive/html/bug-texinfo/2014-05/msg00015.html
* * tramp.texi (Frequently Asked Questions): Mention HISTFILEMichael Albinus2014-05-062-0/+12
| | | | setting in ~/.ssh/environment.
* Update, improve exposition, add cross references, fix typos.Stephen Berman2014-05-022-341/+507
| | | | | | | * todo-mode.texi: Update, improve exposition, add cross references, fix typos. (Inserting New Items, Editing Item Headers and Text): Rewrite to document new user interface.
* Doc fixesGlenn Morris2014-05-014-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/autotype.texi (Skeleton Language): * doc/misc/message.texi (Header Commands): * lisp/allout-widgets.el (allout-widgets-tally) (allout-decorate-item-guides): * lisp/menu-bar.el (menu-bar-positive-p): * lisp/minibuffer.el (completion-pcm-complete-word-inserts-delimiters): * lisp/cedet/ede.el (ede-project-directories, ede-check-project-directory): * lisp/cedet/semantic/ia-sb.el (semantic-ia-sb-show-doc): * lisp/cedet/semantic/tag.el (semantic-tag-in-buffer-p): * lisp/cedet/semantic/bovine/c.el (semantic-tag-abstract-p): * lisp/gnus/gnus-registry.el (gnus-registry-install-p): Doc fix. * lisp/progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number): * lisp/progmodes/js.el (js--inside-param-list-p) (js--inside-dojo-class-list-p, js--forward-destructuring-spec): * lisp/progmodes/prolog.el (region-exists-p): * lisp/progmodes/verilog-mode.el (verilog-scan-cache-ok-p): * lisp/textmodes/reftex-parse.el (reftex-using-biblatex-p): * lisp/url/url-parse.el (url-generic-parse-url): * src/floatfns.c (Fisnan): * src/profiler.c (Fprofiler_cpu_running_p): Doc fixes (replace `iff'). Fixes: debbugs:17309
* Merge Org 8.2.6-1.Bastien Guerry2014-04-222-26/+65
| | | | | The last merge was from 8.2.5c, but many important bugs got fixed between 8.2.5c and 8.2.6-1.
* Spelling fixes.Paul Eggert2014-04-201-1/+1
|
* Merge from gnulib.Paul Eggert2014-03-252-12/+20
| | | | | | This incorporates: 2014-03-26 strftime: wrap macros in "do {...} while(0)" * lib/strftime.c, doc/misc/texinfo.tex: Update from gnulib.
* * tramp.texi (Frequently Asked Questions): Add fish shell settings.Michael Albinus2014-03-242-4/+21
|
* Tiny doc/misc editsGlenn Morris2014-03-213-2/+7
| | | | | * doc/misc/ede.texi (ede-linux): * doc/misc/vip.texi (New Bindings): Tiny copyedits.
* * lisp/electric.el (electric-newline-and-maybe-indent): New command.Stefan Monnier2014-03-201-1/+1
| | | | | | | | | Bind it globally to C-j. (electric-indent-mode): Don't mess with the global map any more. Don't drop the post-self-insert-hook is some buffer is still using it. * lisp/bindings.el (global-map): Remove C-j binding. Fixes: debbugs:16770
* * doc/lispref/modes.texi (Auto-Indentation): Mention electric-indent variables.Stefan Monnier2014-03-183-19/+20
| | | | | | | * 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.
* Document new EDE features.David Engster2014-03-182-0/+14
| | | | | | | * ede.texi (ede-cpp-root): Document the :compile-command slot. (ede-linux): Document new variables `project-linux-build-directory-default' and `project-linux-architecture-default'.
* ede.texi: Remove documentation for features only in CEDET upstream.David Engster2014-03-182-135/+13
| | | | | | | * ede.texi (Project Local Variables): Remove reference to `ede-java-root' and the example using it. (Android projects, ede-java-root): Remove nodes since they are only in CEDET upstream (Bug#17030). All nodes updated.
* * doc/misc/eww.texi (History and Acknowledgments): Don't list everyoneGlenn Morris2014-03-122-18/+4
| | | | | | | who changed the code. It was a nice gesture, but seems likely to just become a pain to keep up-to-date. Also not really needed, given ChangeLogs and VCS logs.
* Use @file for buffers, per the Texinfo manualGlenn Morris2014-03-1225-167/+176
| | | | | | | | | | | | * doc/misc/ada-mode.texi, doc/misc/auth.texi, doc/misc/calc.texi: * doc/misc/ebrowse.texi, doc/misc/efaq.texi, doc/misc/emacs-gnutls.texi: * doc/misc/epa.texi, doc/misc/ert.texi, doc/misc/eshell.texi: * doc/misc/eww.texi, doc/misc/flymake.texi, doc/misc/gnus.texi: * doc/misc/info.texi, doc/misc/message.texi, doc/misc/mh-e.texi: * doc/misc/newsticker.texi, doc/misc/pcl-cvs.texi, doc/misc/rcirc.texi: * doc/misc/sem-user.texi, doc/misc/smtpmail.texi, doc/misc/url.texi: * doc/misc/viper.texi, doc/misc/wisent.texi, doc/misc/woman.texi: Use @file for buffers, per the Texinfo manual.
* * org.texi: Don't set txicodequoteundirected and txicodequotebacktickPaul Eggert2014-03-122-5/+6
| | | | | so that the Org Manual's style for ` and ' in code is consistent with the other Emacs manuals. This affects PDF, not .info files.
* * doc/misc/octave-mode.texi (Using Octave Mode): Remove outdated stuffGlenn Morris2014-03-112-33/+5
| | | | | | | about RET and indentation. E.g., octave-reindent-then-newline-and-indent was removed three years ago. When you delete commands, please use grep to check for references to them.
* doc/misc/*.texi: Fix typos and whitespace.Juanma Barranquero2014-03-036-133/+143
| | | | | | | | | | * doc/misc/ede.texi (Android projects): * doc/misc/eieio.texi (Class Options, Making New Objects) (Method Invocation, CLOS compatibility): * doc/misc/sem-user.texi (Tag Decoration Mode): Fix typos. * doc/misc/gnus.texi: * doc/misc/semantic.texi: Fix whitespace.
* */ChangeLog: Trivial fixes.Juanma Barranquero2014-03-031-21/+17
|
* * doc/misc/sem-user.texi (Create System Databases): Markup fix.Xue Fuqiao2014-03-022-3/+7
|
* * doc/misc/info.texi (Help-Xref): Add submenu.Glenn Morris2014-02-271-0/+5
| | | | | This placates makeinfo 5.2, which otherwise actually emits a warning; surely a flagrant breach of the makeinfo philosophy...?
* Remove no-longer-relevant text about writing Info nodes by handGlenn Morris2014-02-272-254/+30
| | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00359.html * doc/misc/info.texi (Further Reading): Rename node from Expert Info. Remove stuff about writing Info nodes by hand. (Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
* * doc/misc/info.texi: Nuke hand-written node pointers.Glenn Morris2014-02-272-40/+25
|
* Add H binding to info, for compatibility with standalone infoKarl Berry2014-02-272-0/+6
| | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00309.html * lisp/info.el (Info-mode-map): Add H for describe-mode, to synchronize with standalone Info. * doc/misc/info.texi (Top): Mention H for a summary of all commands.
* Some doc about electric-indent-mode.Xue Fuqiao2014-02-273-0/+4
| | | | | | | | | | | * doc/lispref/text.texi (Margins): Fix the description of RET and `C-j'. * doc/emacs/programs.texi (Basic Indent): (Other C Commands): Fix the description of RET and `C-j'. * doc/emacs/indent.texi (Indentation Commands): Move the description of `C-j' from here... * doc/emacs/basic.texi (Inserting Text): ... to here.
* Doc updates related to tty-setup-hookGlenn Morris2014-02-254-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* In doc/, use add-hook rather than setq for hooksGlenn Morris2014-02-242-1/+5
| | | | | * doc/lispintro/emacs-lisp-intro.texi (X11 Colors): * doc/misc/efaq-w32.texi (Bash): Don't use setq with hooks.
* Merge from gnulib.Paul Eggert2014-02-232-8/+19
| | | | | | 2014-02-21 timer: fix uClibc detection of threading 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf * texinfo.tex: Update from gnulib.
* Some remember docXue Fuqiao2014-02-232-7/+15
| | | | | * doc/misc/remember.texi (Quick Start): Add an index. (Function Reference, Quick Start): Add cross-references.
* Some doc updates for default process sentinels and filters not being nilGlenn Morris2014-02-213-7/+14
| | | | | | | | | | | | | | | | | | | * doc/lispref/internals.texi (Process Internals): * doc/lispref/processes.texi (Deleting Processes, Output from Processes) (Process Buffers, Filter Functions, Accepting Output, Sentinels) (Network, Network Servers, Network Processes, Serial Ports): Filters and sentinels can no longer be nil. * doc/lispref/elisp.texi (Top): Menu update. * doc/misc/flymake.texi (Starting the syntax check process): Grammar fix. * doc/misc/tramp.texi (External packages): Grammar fix. Reword for default sentinel not being nil any more. * src/process.c (Fprocess_buffer, Faccept_process_output) (Finternal_default_process_filter, Finternal_default_process_sentinel): Doc fixes.
* * trampver.texi: Update release number.Michael Albinus2014-02-192-1/+5
|
* Some remember docGlenn Morris2014-02-192-24/+64
| | | | | | | | | | | | * 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.
* Some remember docGlenn Morris2014-02-182-27/+44
| | | | | | | | | | | | | | | * 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.
* Some doc updates for eieio-describe-class/genericGlenn Morris2014-02-172-17/+12
| | | | | | | * doc/misc/eieio.texi (Class Values, CLOS compatibility): Remove references to deleted eieio-describe-class/generic. * lisp/cedet/ede/cpp-root.el: Comment update.
* Sync with Tramp 2.2.9.Michael Albinus2014-02-162-1/+5
| | | | | | | | | | * doc/misc/trampver.texi: Update release number. * lisp/net/trampver.el: Update release number. * test/automated/tramp-tests.el (password-cache-expiry): Set to nil. (tramp-test28-shell-command): Make a while loop when waiting for process exit.
* * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.Michael Albinus2014-02-162-2/+4
|
* lisp/calc/calc-menu.el (calc-vectors-menu): Remove menu item forJay Belanger2014-02-132-3/+8
| | | | | | | incorrect keybinding. doc/misc/calc.texi (Single-Variable Statistics): Remove mention of incorrect keybinding.