branch: elpa/beancount commit e8a5bce28c796320fa0c83f169d518aba330fd3d Author: Travis Wrightsman <tra...@wrightsman.org> Commit: Daniele Nicolodi <dani...@grinta.net>
Fix typo in beancount-number-alignment-column docstring --- beancount.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beancount.el b/beancount.el index c1d76dfef9..0e0e115a0f 100644 --- a/beancount.el +++ b/beancount.el @@ -45,7 +45,7 @@ :type 'integer) (defcustom beancount-number-alignment-column 52 - "Column to which align numbers in postinng definitions. Set to + "Column to which align numbers in posting definitions. Set to 0 to automatically determine the minimum column that will allow to align all amounts." :type 'integer)