X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1289a9cbad2c7019c10fb051f9d2b3099e9418e3..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/loc-changes/loc-changes.el diff --git a/packages/loc-changes/loc-changes.el b/packages/loc-changes/loc-changes.el index a269c0a46..b514b27ef 100644 --- a/packages/loc-changes/loc-changes.el +++ b/packages/loc-changes/loc-changes.el @@ -38,7 +38,7 @@ (make-variable-buffer-local 'loc-changes-alist) (defvar loc-changes-alist '() "A buffer-local association-list (alist) of line numbers and -their corresponding markers in the buffer. The 'key' is the line number; the value +their corresponding markers in the buffer. The key is the line number; the value the marker" )