]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/loc-changes/loc-changes.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / loc-changes / loc-changes.el
index a269c0a466b129ea1d5a450ade43bd4c032a76af..b514b27efcb2857daa58474abe659facbc360e01 100644 (file)
@@ -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"
   )