diff options
author | Ludovic Courtès <[email protected]> | 2014-09-13 15:50:30 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2014-09-13 15:50:30 +0200 |
commit | 9e771e3bb67361b509a6d4e9c00b9d21d7f9b123 (patch) | |
tree | 6f8795ad884c963cf612ad70a40866e95894af3c /gnu/packages/emacs.scm | |
parent | c5779c931bcfd1073da1031bd8663871a88c2950 (diff) |
gnu: Adjust synopses as recommended by 'guix lint'.
Remove leading articles and trailing periods in package synopses.
Diffstat (limited to 'gnu/packages/emacs.scm')
-rw-r--r-- | gnu/packages/emacs.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 76a8cc566f..1a37bef657 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 Taylan Ulrich Bayirli/Kammer <[email protected]> -;;; Copyright © 2013 Ludovic Courtès <[email protected]> +;;; Copyright © 2013, 2014 Ludovic Courtès <[email protected]> ;;; Copyright © 2014 Mark H Weaver <[email protected]> ;;; ;;; This file is part of GNU Guix. @@ -114,6 +114,7 @@ languages.") (define-public emacs-no-x-toolkit (package (inherit emacs) + (location (source-properties->location (current-source-location))) (name "emacs-no-x-toolkit") (synopsis "The extensible, customizable, self-documenting text editor (without an X toolkit)" ) |