summaryrefslogtreecommitdiff
path: root/lisp/man.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Fix "M-x man" when there's no 'man' program on PATHEli Zaretskii2018-12-011-1/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Allow customization of decoding of "man" commandEli Zaretskii2017-12-311-1/+14
* Keep Man sections in natural order (bug#28998)Basil L. Contovounesios2017-11-111-1/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/man.el (Man-softhyphen-to-minus): Avoid string-as-multibyte.Stefan Monnier2017-08-301-4/+1
* Support multi-lingual detection of SEE ALSO man sectionsGrégory Mounié2017-08-261-1/+1
* Non-ASCII support for man page section and header namesEli Zaretskii2017-08-181-3/+3
* Fix obsolete ‘test/automated’ referencesPaul Eggert2017-03-271-4/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-1/+1
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-1/+1
* | Derive Man and WoMan modes from special-modeMark Oteiza2016-10-131-20/+6
* | Turn on more lexical-bindingMark Oteiza2016-09-281-1/+1
* | * lisp/man.el (Man-reference-regexp, Man-default-man-entry):Glenn Morris2016-06-061-2/+2
* | man.el: Fix links on hyphenated words (bug#23647)Stephen Berman2016-06-051-2/+11
|/
* Doc fixes for fclist and grepPaul Eggert2016-05-051-1/+1
* Fix the MSDOS buildEli Zaretskii2016-04-301-2/+2
* Improve the custom type of some user options.Glenn Morris2016-01-301-1/+3
* Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-241-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-201-1/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* Neutralize language specific to a repository type.Eric S. Raymond2014-10-251-1/+1
* * lisp/man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'Juri Linkov2014-07-021-1/+2
* Display man pages immediately and use process-filter to format them asynchron...Juri Linkov2014-07-021-111/+160
* Use file-accessible-directory-p in some more placesGlenn Morris2014-05-091-5/+3
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/man.el (Man-start-calling): New macro, extracted fromDarren Hoo2013-11-071-46/+77
* Add menu for M-x manRüdiger Sonderfeld2013-10-261-0/+30
* Use accented form of some namesGlenn Morris2013-10-121-1/+1
* Use define-derived-mode (and derived-mode-p).Stefan Monnier2013-09-101-11/+4
* * lisp/man.el (Man-default-man-entry): Remove `-' from the end of the default...Juri Linkov2013-05-191-1/+1
* Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-111-0/+1
* * lisp/man.el: Handle different "man -k" behaviors. Use utf-8.Wolfgang Jenkner2013-01-101-13/+66
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-3/+3
* * lisp/man.el (Man-overstrike-face, Man-underline-face)Wolfgang Jenkner2012-08-141-50/+33
* Convert several man.el defvars to defcustoms.Chong Yidong2012-08-091-26/+34
* Fix comment in man.el. See bug#12101.Bastien Guerry2012-07-311-1/+1
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-38/+37
* Cosmetic fix for Man-unindent.Wolfgang Jenkner2012-05-061-1/+6
* Add new error and function `user-error'.Stefan Monnier2012-05-041-6/+3
* Avoid the obsolete `assoc' package.Stefan Monnier2012-04-281-45/+46