diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-10-25 15:01:09 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-10-25 15:01:09 -0400 |
commit | 64d9c3f6c3bac6e65d2016fe45132708cfcdc6ab (patch) | |
tree | 146f4d3a2c59b13633f018d65d3393cae3d92647 /lisp/man.el | |
parent | 88a297f3a221bcd4828cabfd9e345ef8b5f77310 (diff) | |
download | emacs-64d9c3f6c3bac6e65d2016fe45132708cfcdc6ab.tar.gz |
Neutralize language specific to a repository type.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 4b235302f8b..a61524b890c 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -837,7 +837,7 @@ foo[, bar [, ...]] [other stuff] (sec) - description foo(sec)[, bar(sec) [, ...]] [other stuff] - description For more details and some regression tests, please see -test/automated/man-tests.el in the emacs bzr repository." +test/automated/man-tests.el in the emacs repository." (goto-char (point-min)) ;; See man-tests for data about which systems use which format (hopefully we ;; will be able to simplify the code if/when some of those formats aren't |