auto-complete / popup-el

Visual Popup Interface Library for Emacs
GNU General Public License v3.0
445 stars 96 forks source link

Fix emacs native compilation warning #134

Closed sdwolfz closed 1 year ago

sdwolfz commented 1 year ago
 ■  Warning (comp): popup.el:46:2: Warning: docstring wider than 80 characters

To reproduce, have emacs built with native compilation and notice the compilation logs. You can then open the offending file and run M-x emacs-lisp-native-compile-and-load before and after the changes to see the warning is removed.