summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/lispref/functions.texi (Core Advising Primitives): Add a note about theStefan Monnier2014-09-042-9/+20
| | | | | | confusing treatment of `interactive' for :filter-args. Fixes: debbugs:18399
* Update Emacs's bidirectional conformance per Unicode 6.3.0.Eli Zaretskii2014-08-192-2/+9
| | | | | doc/lispref/display.texi (Bidirectional Display): Update the Emacs's class of bidirectional conformance.
* Bump version number to 24.3.93Glenn Morris2014-08-142-2/+2
|
* Fix code and doc involving marked items.Stephen Berman2014-07-252-4/+10
| | | | | | | | | | | | | | | | | | * todo-mode.texi (Marked Items): Correct omission of item deletion from commands applying to both todo and done items. * calendar/todo-mode.el: Fix handling of marked items and make minor code improvements. (todo-edit-item): If there are marked items, ensure user can only invoke editing commands that work with marked items. (todo-edit-item--text): When there are marked items, make it a noop if invoked with point not on an item; otherwise, ensure it applies only to item at point. (todo-item-undone): If there are marked not-done items, return point to its original position before signaling user error. (todo--user-error-if-marked-done-item): New function. (todo-edit-item--header, todo-edit-item--diary-inclusion) (todo-item-done): Use it.
* * doc/emacs/emacs.texi (Intro): Workaround makeinfo 4 @acronym bug.Glenn Morris2014-07-202-1/+14
| | | | Fixes: debbugs:18040
* Fix bug #18025 with typos in Emacs Lisp Introduction manual.Alvar Jesus Ibeas Martin2014-07-152-5/+10
| | | | | doc/lispintro/emacs-lisp-intro.texi (Variables, Buffer Names, if & or) (Symbols as Chest, fwd-para while): Fix typos.
* * doc/lispref/debugging.texi (Function Debugging, Debugger Commands):Stefan Monnier2014-07-082-17/+7
| | | | | | Update debug-on-entry w.r.t behavior after redefinitions. Fixes: debbugs:17902
* * todo-mode.texi (Levels of Organization): Comment out statementStephen Berman2014-07-042-5/+10
| | | | | that Emacs recognizes todo files by their extension, since this feature has been removed due to bug#17482.
* * doc/emacs/search.texi (Regexp Search): Update lax space matching that isJuri Linkov2014-07-042-6/+12
| | | | | | not active in regexp search by default now. Fixes: debbugs:17901
* Doc and comment fixes re "online" helpGlenn Morris2014-06-2810-22/+40
| | | | | | | | | | | | | | | | | | | * doc/emacs/help.texi (Misc Help): * doc/emacs/trouble.texi (Checklist): * doc/lispintro/emacs-lisp-intro.texi (Note for Novices, Finding More) (Conclusion): * doc/lispref/help.texi (Help Functions): * doc/misc/info.texi, doc/misc/mh-e.texi: * etc/refcards/calccard.tex (section{Getting Help}): * lisp/cus-edit.el (help): * lisp/finder.el (finder-known-keywords): * lisp/help.el (help-for-help-internal): * lisp/vc/ediff-mult.el (ediff-meta-buffer-verbose-message) (ediff-redraw-registry-buffer): * lisp/vc/ediff-ptch.el (ediff-patch-file-internal): Doc fixes re "online" help. Fixes: debbugs:17803
* Update idlwave urlGlenn Morris2014-06-282-5/+12
| | | | | | | * doc/misc/idlwave.texi (Introduction): Comment out dead http screenshot links. * lisp/progmodes/idlwave.el (idlwave): Update url-link for custom group. (idlwave-mode): Doc URL update.
* Warn about read-passwd in batch modeGlenn Morris2014-06-262-2/+10
| | | | | | | | | * doc/lispref/minibuf.texi (Intro to Minibuffers): Batch mode is basic. (Reading a Password): Mention batch mode. * lisp/subr.el (read-passwd): Warn about batch mode. Fixes: debbugs:17839
* Bump version to 24.3.92Glenn Morris2014-06-252-2/+2
|
* * 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 how vertical-motion interprets columns.Eli Zaretskii2014-06-212-1/+10
| | | | | | | src/indent.c (Fvertical_motion): Doc fix. doc/lispref/positions.texi (Screen Lines): Clarify how columns are counted by vertical-motion.
* 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
|
* Fix documentation mentioned in bug #17768.Eli Zaretskii2014-06-142-10/+16
| | | | | | | lisp/subr.el (posn-col-row): Doc fix. doc/lispref/commands.texi (Accessing Mouse): Improve the wording of the posn-col-row documentation.
* * 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-0829-124/+125
|
* 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.
* Small doc updates re initial-buffer-choiceGlenn Morris2014-06-085-14/+29
| | | | | | | | | | | * doc/emacs/entering.texi (Entering Emacs): Small fix re initial-buffer-choice. * doc/emacs/misc.texi (emacsclient Options): Copyedit. * doc/lispref/os.texi (Startup Summary): Small fix for initial-buffer-choice. * lisp/startup.el (initial-buffer-choice): Doc fix. Reset :version (adding an option does not merit a :version bump).
* Doc edits re uniquifyGlenn Morris2014-06-087-22/+29
| | | | | | | | | | | | | | | | | | * 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-079-10/+21
| | | | | | | | | | | * 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.
* * doc/emacs/help.texi (Help, Misc Help): Copyedits.Glenn Morris2014-06-072-10/+12
|
* Doc tweaks re text-mode menusGlenn Morris2014-06-073-11/+8
| | | | | | * doc/emacs/screen.texi (Menu Bar): Copyedits. * doc/emacs/msdog.texi (Windows Keyboard): F10 menus are now a general feature.
* Doc tweak re fullscreen/maximizeGlenn Morris2014-06-073-7/+17
| | | | | | * doc/emacs/frames.texi (Frame Commands): Copyedits re M-F10, F11. * doc/emacs/cmdargs.texi (Window Size X): Copyedits.
* Doc tweaks re < etcGlenn Morris2014-06-072-12/+12
| | | | | | * doc/lispref/numbers.texi (Comparison of Numbers): Copyedits. * src/data.c (Flss, Fgtr, Fleq, Fgeq): Doc tweaks.
* Some Acknowledgments updates for the manualGlenn Morris2014-06-073-22/+43
| | | | | | * doc/emacs/ack.texi (Acknowledgments): Updates. * doc/emacs/emacs.texi (Acknowledgments): Updates.
* Doc tweaks re prettify-symbols-modeGlenn Morris2014-06-073-33/+17
| | | | | | | * doc/emacs/programs.texi (Prettifying Symbols): Remove node. (Misc for Programs): Mention more briefly here. * doc/emacs emacs.texi (Top): Update menu.
* Doc updates re window-setup-hookGlenn Morris2014-06-064-17/+17
| | | | | | | | | | | | | * lisp/startup.el (window-setup-hook): Doc fix. * doc/lispref/display.texi (Window Systems): Remove window-setup-hook. * doc/lispref/os.texi (Startup Summary, Init File): Improve description of window-setup-hook. (Terminal-Specific): Update window-setup-hook cross-reference. * doc/lispref/hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
* Document incompatible overlay priority changeGlenn Morris2014-06-052-6/+14
| | | | | | | | * doc/lispref/display.texi (Overlay Properties): Update re priority. * etc/NEWS: Related edit. Fixes: debbugs:17234
* Spelling fixes.Paul Eggert2014-06-052-4/+4
|
* Some documentation for signing of packagesGlenn Morris2014-06-044-2/+82
| | | | | | | | | | | | * doc/emacs/package.texi (Package Menu, Package Installation): Mention signed packages. * doc/lispref/package.texi (Package Archives): Mention signing packages. * lisp/emacs-lisp/package.el (package-check-signature) (package-unsigned-archives): Doc fixes. * etc/NEWS: Related edits.
* * emacs/package.texi (Package Installation): Mention package-pinned-packages.Glenn Morris2014-06-022-0/+11
| | | | * etc/NEWS: Related markup.
* * doc/emacs/misc.texi: Small updates (no need to merge to trunk)Glenn Morris2014-06-012-5/+9
| | | | | * doc/emacs/misc.texi [iftex]: Update chapter summary. (Emulation): Remove ludicrously outdated claim.
* Do not mention individual ns options in the manualGlenn Morris2014-05-282-24/+9
| | | | | | | * doc/emacs/macos.texi (Mac / GNUstep Customization): Mention ns custom group. (Customization options specific to Mac OS / GNUstep): Remove section. * etc/NEWS: Related markup.
* Try to document some OS X changesGlenn Morris2014-05-282-0/+23
| | | | | | | | | I can't test any of this, but no-one else seems to care, so this is what you get. * doc/emacs/macos.texi (Mac / GNUstep Customization): Mention some new features. * etc/NEWS: Related edits.
* Spelling fix.Paul Eggert2014-05-261-1/+1
|
* Doc updates re filter-buffer-substringGlenn Morris2014-05-263-29/+40
| | | | | | | | | | | | | * lisp/simple.el (filter-buffer-substring-functions) (filter-buffer-substring-function, buffer-substring-filters) (filter-buffer-substring, buffer-substring--filter): Doc fixes. * doc/lispref/text.texi (Buffer Contents): Update for filter-buffer-substring changes. * doc/lispref/hooks.texi: Remove old comment. * etc/NEWS: Related markup.
* Doc updates re completion-in-region-functionGlenn Morris2014-05-261-1/+0
| | | | | | | * lisp/minibuffer.el (completion-in-region-functions, completion-in-region) (completion--in-region): Doc fixes. * doc/lispref/hooks.texi: Update comment.
* Doc updates re abbrev-expand-functionGlenn Morris2014-05-265-26/+35
| | | | | | | | | | | * doc/emacs/abbrevs.texi (Expanding Abbrevs): Update re abbrev-expand-function. * doc/lispref/abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes. * doc/lispref/functions.texi (Advising Functions): Standardize menu case. * lisp/abbrev.el (abbrev-expand-functions, abbrev-expand-function) (expand-abbrev, abbrev--default-expand): Doc fixes.
* 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).
* Fix bug #17532 with unclear docs of setting frame's font.Eli Zaretskii2014-05-212-3/+14
| | | | | | | | lisp/frame.el (set-frame-font): Doc fix. lisp/menu-bar.el (menu-set-font): Doc fix. doc/emacs/frames.texi (Fonts): Clarify which frames are affected by setting font from the menu and in default-frame-alist.
* Fix bug #17511 with unclear documentation of line-move-ignore-invisible.Eli Zaretskii2014-05-172-6/+17
| | | | | | | lisp/simple.el (line-move-ignore-invisible): Doc fix. doc/lispref/display.texi (Invisible Text): Clarify the description of line-move-ignore-invisible.
* A better fix for bug #17479.Eli Zaretskii2014-05-122-2/+1
| | | | doc/emacs/mule.texi (Language Environments): Remove unused @anchor.