- 19 Feb, 2012 4 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
* doc/lispref/help.texi (Documentation, Documentation Basics, Help Functions): Minor clarifications. (Accessing Documentation): Clarify what documentation-property is for. Add xref to Keys in Documentation. * doc/lispref/macros.texi (Defining Macros): * doc/lispref/modes.texi (Derived Modes): Say "documentation string" instead of docstring. * doc/lispref/tips.texi (Documentation Tips): Don't recommend using * in docstrings.
-
Chong Yidong authored
-
Glenn Morris authored
-
- 18 Feb, 2012 12 commits
-
-
Lars Ingebrigtsen authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/emacs/rmail.texi: Copyedits. Use 'mail composition buffer' in place of '*mail*', since Message does not call it that. (Rmail Reply): Rename rmail-dont-reply-to-names. \\`info- no longer handled specially. Update for rmail-enable-mime-composing. Don't mention 'm' for replies. Don't mention rmail-mail-new-frame and cancelling, since it does not work for Message at the moment. * lisp/mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete. * lisp/mail/undigest.el (unforward-rmail-message): Doc fix. * admin/FOR-RELEASE: Related markup.
-
Glenn Morris authored
(ps feature freeze anyone?)
-
Eli Zaretskii authored
src/.gdbinit (pitx): Fix incorrect references to fields of the iterator stack.
-
Chong Yidong authored
* modes.texi (Tabulated List Mode): New node. (Basic Major Modes): Add xref to it. * processes.texi (Process Information): Mention Process Menu mode.
-
Eli Zaretskii authored
lisp/international/characters.el (script-list): Sync with the latest Unicode Character Database.
-
Andreas Schwab authored
* language/cham.el: Likewise. * language/tai-viet.el: Likewise.
-
Glenn Morris authored
* lisp/calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu): * lisp/calendar/calendar.el (diary-file, diary-bahai-entry-symbol) (calendar-bahai-all-holidays-flag, calendar-other-dates): * lisp/calendar/diary-lib.el (diary-abbreviated-year-flag): * lisp/calendar/holidays.el (holiday-bahai-holidays) (calendar-holidays, list-holidays): Use utf-8 Baha'i in doc-strings, menus, etc.
-
Glenn Morris authored
* admin/FOR-RELEASE: Related markup.
-
Glenn Morris authored
-
- 17 Feb, 2012 12 commits
-
-
Tassilo Horn authored
* saveplace.el (save-place-ignore-files-regexp): New variable allowing for excluding files from saving their location. The default value matches the temporary commit message editing files from Git, SVN, Bazaar, and Mercurial. (save-place-to-alist): Use it.
-
Lawrence Mitchell authored
when an arg is provided. Fixes: debbugs:8150
-
Chong Yidong authored
* doc/lispref/syntax.texi (Motion via Parsing): Doc fix for scan-lists. * src/syntax.c (Fscan_lists): Doc fix. Fixes: debbugs:10833
-
Ted Zlatanov authored
-
Glenn Morris authored
Fixes: debbugs:10599
-
Glenn Morris authored
* emacs/maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual. * lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax) (count-words-in-defun): Fix cross-refs to Emacs manual. * lispref/hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual. * misc/gnus.texi (Posting Styles): * misc/remember.texi (Org): Fix cross-refs to other manuals.
-
Kenichi Handa authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/emacs/calendar.texi: Misc small changes, including updating the dates of examples. * admin/FOR-RELEASE: Related markup.
-
- 16 Feb, 2012 11 commits
-
-
Chong Yidong authored
* doc/lispref/syntax.texi (Syntax Tables, Syntax Descriptors) (Syntax Table Functions): Copyedits. (Syntax Basics): Don't repeat the material in the preceding node. (Syntax Class Table): Use a table. (Syntax Properties): Document syntax-propertize-function and syntax-propertize-extend-region-functions. (Motion via Parsing): Fix indentation. (Parser State): Update for the new "c" comment style. Fix description of item 7 (comment style). * doc/lispref/modes.texi (Syntactic Font Lock): Add xref to Syntactic Font Lock node.
-
Leo Liu authored
to avoid duplicate entries.
-
Kenichi Handa authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Interactively in calendar buffer, give an error if not on a date.
-
Glenn Morris authored
* doc/emacs/vc1-xtra.texi (VC Delete/Rename, CVS Options): * doc/emacs/cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
-
Glenn Morris authored
* admin/FOR-RELEASE: Related markup.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Chong Yidong authored
* doc/lispref/modes.texi (Minor Modes): Update how mode commands should treat arguments now. (Mode Line Basics): Clarify force-mode-line-update. (Mode Line Top): Note that the example is not realistic. (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines) (Emulating Mode Line): Use "mode line" instead of "mode-line", and "mode line construct" instead of "mode line specification". (Syntactic Font Lock): Remove mention of obsolete variable font-lock-syntactic-keywords. (Setting Syntax Properties): Node deleted. (Font Lock Mode): Note that Font Lock mode is a minor mode. (Font Lock Basics): Note that syntactic fontification falls back on `syntax-table'. (Search-based Fontification): Emphasize that font-lock-keywords should not be set directly. (Faces for Font Lock): Avoid some confusing terminology. (Syntactic Font Lock): Minor clarifications.
-
- 15 Feb, 2012 1 commit
-
-
Chong Yidong authored
* doc/lispref/minibuf.texi (Basic Completion): Define "completion table". Move completion-in-region to Completion in Buffers node. (Completion Commands): Use "completion table" terminology. (Completion in Buffers): New node. * doc/lispref/modes.texi (Hooks): add-hook can be used for abnormal hooks too. (Setting Hooks): Update minor mode usage example. (Major Mode Conventions): Note that completion-at-point-functions should be altered locally. Add xref to Completion in Buffers. * lisp/minibuffer.el (completion-at-point-functions): Doc fix.
-