summaryrefslogtreecommitdiff
path: root/lisp/display-fill-column-indicator.el
Commit message (Collapse)AuthorAgeFilesLines
* Refer to fill column indicator Info node in some places.Philipp Stephani2020-05-091-2/+4
| | | | | | | | * src/xdisp.c (syms_of_xdisp): Add reference to manual in documentation strings for variables related to fill column indicators. * lisp/display-fill-column-indicator.el (display-fill-column-indicator) (display-fill-column-indicator-mode): Add reference to manual.
* Fix a typo in a commentEli Zaretskii2020-05-081-1/+1
| | | | | * lisp/display-fill-column-indicator.el: Fix a typo in a comment. Suggested by david s <ds@fastmail.com>.
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
| | | | | | Restore lines saying "Maintainer: emacs-devel@gnu.org" when there is no special maintainer for a file. Although this wasn't documented it was common practice and removing the lines didn't have consensus.
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
| | | | | | Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines, which are not that useful. It also cleans up and regularizes a few similar lines.
* ;Corrected display-fill-column-indicator mode.Jimmy Aguilar Mena2019-05-051-5/+5
| | | | Small corrections in the documentation and code format to merge into master.
* display-fill-column-indicator interface correctionsJimmy Aguilar Mena2019-05-051-8/+10
| | | | | | | | *lisp/display-fill-column-indicator.el: Fixed character selection for the indicator based in the current faces. Extended condition to set display-fill-column-indicator-character in graphical displays. *src/xdisp.c: Fixed some long lines.
* Display-fill-column-indicator NEWS info.Jimmy Aguilar Mena2019-05-051-2/+0
| | | | | *etc/NEWS: Added information about the fill-column-indicator mode. *lisp/faces.el: Added a face for the display fill column indicator.
* Start display-fill-column-indicator-mode.Jimmy Aguilar Mena2019-05-051-0/+78