diff options
Diffstat (limited to 'lisp/delim-col.el')
| -rw-r--r-- | lisp/delim-col.el | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/delim-col.el b/lisp/delim-col.el index 02721a64fd6..bb4b5f4ab66 100644 --- a/lisp/delim-col.el +++ b/lisp/delim-col.el @@ -1,6 +1,6 @@  ;;; delim-col.el --- prettify all columns in a region or rectangle -;; Copyright (C) 1999-2013 Free Software Foundation, Inc. +;; Copyright (C) 1999-2015 Free Software Foundation, Inc.  ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>  ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> @@ -179,11 +179,11 @@ Valid values are:  		`delimit-columns-separator' and then followed by spaces.  		For example, the result is: \"<ccc>:   <dddd>:  \" -   'separator	align separators.  That is, `delimit-columns-after' is followed +   `separator'	align separators.  That is, `delimit-columns-after' is followed  		by spaces and then followed by `delimit-columns-separator'.  		For example, the result is: \"<ccc>   :<dddd>  :\" -   'padding	format column by filling with spaces before +   `padding'	format column by filling with spaces before  		`delimit-columns-after'.  That is, spaces are followed by  		`delimit-columns-after' and then followed by  		`delimit-columns-separator'.  | 
